Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib64/python3.5/site-packages/Cython/Compiler/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/site-packages/Cython/Compiler/__pycache__/Buffer.cpython-35.pyc



Z��Z�p�@s�ddlmZddlmZddlmZddlmZddlmZddl	mZm
Z
ddlmZdd	lm
Z
dd
lmZddlmZddlmZdd
d�ZGdd�de�ZdVZddddddddiZdZdZdZdZdZdZdZdZd Zd!dd"d#�ZGd$d%�d%e�Z d&d'�Z!d(d)�Z"d*d+�Z#d,d-�Z$d.d/�Z%d0d1�Z&d2d3�Z'd4d5�Z(d6d7�Z)d8d9�Z*d:d;�Z+d<d=�Z,d>d?�Z-d@dA�Z.dBdC�Z/GdDdE�dEe�Z0dFdG�Z1d!dHdI�Z2d!dJdK�Z3e4dLej5�Z6e3dMdNe6�Z7e3dO�Z8e3dP�Z9e3dQ�Z:e3dR�Z;e3dSdNe6�Z<e3dTdNe6�Z=e3dU�Z>d!S)W�)�absolute_import�)�CythonTransform)�
ModuleNode)�CompileError)�CythonUtilityCode)�UtilityCode�TempitaUtilityCode)�Options)�Interpreter)�
PyrexTypes)�Naming)�Symtabcsaddlm}||�}|dkr]d|�dj�fdd�|jd�D��}|S)Nr)�dedent� �
csg|]}�|�qS�r)�.0�x)�indentr�I/opt/alt/python35/lib64/python3.5/site-packages/Cython/Compiler/Buffer.py�
<listcomp>s	zdedent.<locals>.<listcomp>)�textwrapr�join�split)�textZreindentrr)rrrs
+rcsReZdZdZdZ�fdd�Zdd�Zdd�Zdd	�Z�S)
�IntroduceBufferAuxiliaryVarsFcs]t|t�st�d|_tt|�j|�}|jrYt|j	�t
|j	�|S)Nr)�
isinstancer�AssertionError�max_ndim�superr�__call__�buffers_exists�use_bufstruct_declare_code�scope�use_py2_buffer_functions)�self�node�result)�	__class__rrr! s		

z%IntroduceBufferAuxiliaryVars.__call__c
s�jj�}dd�|D�}t|�dkrS|jddd��d|_dd�|D�}t|�dkr�d|_x<|D]4\���d	kr�t�jt�r�d|_Pq�W~t�t	�r�t|�dkr�t
�jd
��x�|D]���jj
jr$t
�jd���j��j}|jtjkrat
�jdtj��|j|jkr|j|_����fd
d��tjtjftjtjff}�fdd�|D�\}}	tj||	��_q�W|�_�|_dS)NcSs(g|]\}}|jjr|�qSr)�typeZ	is_buffer)r�name�entryrrrr3s	z=IntroduceBufferAuxiliaryVars.handle_scope.<locals>.<listcomp>r�keycSs|jS)N)r+)r,rrr�<lambda>5sz;IntroduceBufferAuxiliaryVars.handle_scope.<locals>.<lambda>TcSs(g|]\}}|jjr|�qSr)r*Zis_memoryviewslice)rr+r,rrrr8s	�
memoryviewz'Buffer vars not allowed in module scopez-Buffers with pointer types not yet supported.z1Buffer ndims exceeds Options.buffer_max_dims = %dc	sO�j|��}�jddd|d|d�j�}�jrKd|_|S)Nr+�cnamer*�posT)ZmangleZdeclare_varr1Zis_arg�used)r*�prefixr0Zaux_var)r,r+r'r$rr�decvarSs		z9IntroduceBufferAuxiliaryVars.handle_scope.<locals>.decvarcs%g|]\}}�||��qSrr)rr*r3)r4rrr^s	)�entries�items�len�sortr"r�utility_code_definitionr�using_memoryviewrrr1r*�dtype�is_ptrr+�ndimr
�buffer_max_dimsrrZc_pyx_buffer_nd_typer
Zpybuffernd_prefixZc_pyx_buffer_typeZpybufferstruct_prefixrZ	BufferAux�
buffer_auxZbuffer_entriesr$)
r&r'r$Zscope_itemsZbufvarsZmemviewslicevars�buftypeZauxvarsZ
pybufferndZrcbufferr)r4r,r+r'r$r�handle_scope.s@			!
					z)IntroduceBufferAuxiliaryVars.handle_scopecCs$|j||j�|j|�|S)N)rAr$�
visitchildren)r&r'rrr�visit_ModuleNodees
z-IntroduceBufferAuxiliaryVars.visit_ModuleNodecCs$|j||j�|j|�|S)N)rAZlocal_scoperB)r&r'rrr�visit_FuncDefNodejs
z.IntroduceBufferAuxiliaryVars.visit_FuncDefNode)	�__name__�
__module__�__qualname__r"r:r!rArCrDrr)r)rrs7rr;r=�mode�negative_indices�cast�fullTFz"%s" is not a buffer optionzToo many buffer optionsz#"%s" buffer option already suppliedz"%s" missingz[Only allowed buffer modes are: "c", "fortran", "full", "strided" (as a compile-time string)z#ndim must be a non-negative integerz0dtype must be "object", numeric type or a structz"%s" must be a booleanNc
sF|dkrt}tj||d|dd�\}}t|�tkr_t|ddt��i�xI|j�D];\}\}}|tkr�t|t	|��|�|<qrWxkt
t|�D]Z\}\}}|tkr�t|t	|��|�krt|t|��|�|<q�WxZtD]R}|�kr&y||�|<Wq&tk
rw|rst�t
|��Yq&Xq&W�jd�}	|	r�|	jr�t�t���jd�}
|
r�t|
t�s�|
dkr�t�t���jd�}|r|dkrt�t����fd
d�}|d�|d��S)aO
    Must be called during type analysis, as analyse is called
    on the dtype argument.

    posargs and dictargs should consist of a list and a dict
    of tuples (value, pos). Defaults should be a dict of values.

    Returns a dict containing all the options a buffer can have and
    its value (with the positions stripped).
    NZtype_envZ	type_argsrr;rr=rHrK�strided�c�fortrancs5�j|�}t|t�s1t�t|��dS)N)�getr�boolr�ERR_BUF_BOOL)r+r)�	globalpos�optionsrr�assert_bool�sz+analyse_buffer_options.<locals>.assert_boolrIrJ)rr;���)rKrLrMrN)�buffer_defaultsrZinterpret_compiletime_optionsr7�buffer_positional_options_countr�ERR_BUF_TOO_MANYr6�buffer_options�ERR_BUF_OPTION_UNKNOWN�zip�ERR_BUF_DUP�KeyError�ERR_BUF_MISSINGrO�is_extension_type�
ERR_BUF_DTYPEr�int�ERR_BUF_NDIM�ERR_BUF_MODE)
rR�envZposargsZdictargs�defaultsZ
need_completer+�valuer1r;r=rHrTr)rRrSr�analyse_buffer_optionssJ"

"

rgc@sdeZdZdd�Zdd�Zdd�Zdd�Zd	d
�Zdd�Zd
d�Z	dS)�BufferEntrycCsT||_|j|_|jjj|_d|j|_|jj|_|j�dS)Nz%s.rcbuffer->pybuffer.buf)	r,r*r?�buflocal_nd_varr0�buf_ptrZbuffer_ptr_type�buf_ptr_type�init_attributes)r&r,rrr�__init__�s	zBufferEntry.__init__cCs1|j�|_|j�|_|j�|_dS)N)�get_buf_shapevars�shape�get_buf_stridevars�strides�get_buf_suboffsetvars�
suboffsets)r&rrrrl�szBufferEntry.init_attributescCs
|jd�S)Nz%s.diminfo[%d].suboffsets)�
_for_all_ndim)r&rrrrr�sz!BufferEntry.get_buf_suboffsetvarscCs
|jd�S)Nz%s.diminfo[%d].strides)rt)r&rrrrp�szBufferEntry.get_buf_stridevarscCs
|jd�S)Nz%s.diminfo[%d].shape)rt)r&rrrrn�szBufferEntry.get_buf_shapevarscs&��fdd�t�jj�D�S)Ncs#g|]}��j|f�qSr)r0)r�i)�sr&rrr�s	z-BufferEntry._for_all_ndim.<locals>.<listcomp>)�ranger*r=)r&rvr)rvr&rrt�szBufferEntry._for_all_ndimcCs�g}|jj}|jj}|dkr�xVt||j�|j��D]6\}}}|j|�|j|�|j|�qIWd|}	t}
n�|dkr�d|}	t}
nJ|dkr�d|}	t	}
n+|dkr�d|}	t
}
nd	s�t�x=t||j��D]&\}}|j|�|j|�qW|	|jj
kr�|jj
j|	�|jd
}|jd}|
||d|	d
|�|jj�}
d|	|
|jdj|�f}|S)NrKz__Pyx_BufPtrFull%ddrLz__Pyx_BufPtrStrided%ddrMz__Pyx_BufPtrCContig%ddrNz__Pyx_BufPtrFortranContig%ddF�utility_code_proto�utility_code_defr+�ndz%s(%s, %s, %s)z, )r*r=rHr[rprr�append�buf_lookup_full_code�buf_lookup_strided_code�buf_lookup_c_code�buf_lookup_fortran_coder�globalstate�
utility_codes�addrk�empty_declaration_coderjr)r&�code�index_cnames�paramsrzrHrurv�o�funcnameZfuncgenZ	protocodeZdefcodeZbuf_ptr_type_codeZptrcoderrr�generate_buffer_lookup_code�sD		


	
	
	
	"


z'BufferEntry.generate_buffer_lookup_codeN)
rErFrGrmrlrrrprnrtr�rrrrrh�srhcCs�d}|j}|dkr(|d7}nW|dkrA|d7}n>|dkrZ|d7}n%|dkrs|d	7}nd
st�|jr�|d7}|S)NZPyBUF_FORMATrKz| PyBUF_INDIRECTrLz| PyBUF_STRIDESrMz| PyBUF_C_CONTIGUOUSrNz| PyBUF_F_CONTIGUOUSFz| PyBUF_WRITABLE)rHrZwritable_needed)r?�buffer_type�flagsrHrrr�	get_flagss	



	
r�cCs%|j}d|j_d|j_dS)NT)r?rir2�	rcbuf_var)r,r?rrr�used_buffer_aux_varss	r�c	
Cs�|j|jj}}|jj}ddg}|dkrG|jd�g}xNt|jj�D]:}x1|D])}|jd||||||f�qmWq`W|jdj	|��dS)NrqrorKrsz1%s.diminfo[%d].%s = %s.rcbuffer->pybuffer.%s[%d];r)
r?r*rHrir0r{rwr=�putlnr)	�	buf_entryr�r?rH�pybuffernd_structZfldnames�lnruZfldnamerrr� put_unpack_buffer_aux_into_scope s

		r�cCso|j}|jj}|jj}|jd|�|jd|�|jd|�|jd||f�dS)Nz%s.pybuffer.buf = NULL;z%s.refcount = 0;z%s.data = NULL;z%s.rcbuffer = &%s;)r?rir0r�r�)r,r�Zbufauxr�Zpybuffer_structrrr�
put_init_vars2s	r�cCs�|j}t||j||j�}|jd�|jd|jjj��|j|jd||��|jd�t||�dS)N�{z'__Pyx_BufFmt_StackElem __pyx_stack[%d];z%s == -1�})	r?�get_getbuffer_callr0r*r�r;�struct_nesting_depthZ
error_goto_ifr�)r,r�r1r?�	getbufferrrr�put_acquire_arg_buffer@s	

r�cCs.|jjt�|jd|jjj�dS)Nz0__Pyx_SafeReleaseBuffer(&%s.rcbuffer->pybuffer);)r��use_utility_code�acquire_utility_coder�r?rir0)r�r,rrr�put_release_buffer_codeNsr�c	Cs`|j}t|j�}t||�}|jj}t||j�}|jj	t
�dt�S)Nz�__Pyx_GetBufferAndValidate(&%(pybuffernd_struct)s.rcbuffer->pybuffer, (PyObject*)%(obj_cname)s, &%(dtype_typeinfo)s, %(flags)s, %(ndim)d, %(cast)d, __pyx_stack))r=rarJr�rir0�get_type_information_cnamer;r�r�r��locals)	r�Z	obj_cnamer?r�r=rJr�r�Zdtype_typeinforrrr�Ss	r�cs�|j|j}}|jj}t||�}	�jd��jd|jj��t�d||�}
|r��jd|��j	j
tjdd�}�jd||
|f��jd�j
d	|��t�fd
d�td�D��}�jd
|��jd�j
d|
|���jd|��jjt��jd��jd��jd|��jd��jd|�x|D]}
�j	j|
�q�W�jd�t|���j�j||���j	j|�n��jd�j
d|
|���jd|tj|tjd�|f��j�j|���jd�t|���jd��jd�dS)aJ
    Generate code for reassigning a buffer variables. This only deals with getting
    the buffer auxiliary structure and variables set up correctly, the assignment
    itself and refcounting is the responsibility of the caller.

    However, the assignment operation may throw an exception so that the reassignment
    never happens.

    Depending on the circumstances there are two possible outcomes:
    - Old buffer released, new acquired, rhs assigned to lhs
    - Old buffer released, new acquired which fails, reaqcuire old lhs buffer
      (which may or may not succeed).
    r�z'__Pyx_BufFmt_StackElem __pyx_stack[%d];z%sz0__Pyx_SafeReleaseBuffer(&%s.rcbuffer->pybuffer);�
manage_refFz%s = %s;z	if (%s) {z%s < 0c3s*|] }�jjtjdd�VqdS)r�FN)�	funcstate�
allocate_tempr�py_object_type)r�_)r�rr�	<genexpr>�sz'put_assign_to_buffer.<locals>.<genexpr>�zPyErr_Fetch(&%s, &%s, &%s);z%s == -1z/Py_XDECREF(%s); Py_XDECREF(%s); Py_XDECREF(%s);z!__Pyx_RaiseBufferFallbackError();z} else {zPyErr_Restore(%s, %s, %s);r�z%s = %s = %s = 0;zA%s = %s; __Pyx_INCREF(Py_None); %s.rcbuffer->pybuffer.buf = NULL;ZPy_NoneN)r?r*rir0r�r�r;r�r�r�r�r�
c_int_type�unlikely�tuplerwr�r��raise_buffer_fallback_code�release_tempr�Zerror_goto_if_negZtypecastr��
error_goto�put)Z	lhs_cnameZ	rhs_cnamer�Zis_initializedr1r�r?r�r�r�r�Z
retcode_cnameZ	exc_temps�tr)r�r�put_assign_to_bufferasL
"





"	


r�cCsY|do
|}|dr�|jjtjdd�}|jd|�xtt|||j���D]�\}	\}
}}|
dkr|jd|�|r�|jd||f�|jd	|jd
|�||	f�n|jd||	f�|j	d�|
dkrd
}
nd}
|jd	|jd||
|f�||	f�qeW|rp|j
jt�d}n|j
jt
�d}|jd|jd|��|jd||f�|j|j|��|jd�|jj|�nX|rIxOt|||j��D]5\}
}}|
dkr|jd|||f�qW|j||�S)ae
    Generates code to process indices and calculate an offset into
    a buffer. Returns a C string which gives a pointer which can be
    read from or written to at will (it is an expression so caller should
    store it in a temporary if it is used more than once).

    As the bounds checking can have any number of combinations of unsigned
    arguments, smart optimizations etc. we insert it directly in the function
    body. The lookup however is delegated to a inline function that is instantiated
    once per ndim (lookup with suboffsets tend to get quite complicated).

    entry is a BufferEntry
    �
wraparound�boundscheckr�Fz%s = -1;rz
if (%s < 0) {z	%s += %s;zif (%s) %s = %d;z%s < 0z%s = %d;z} else �z(size_t)z
%s >= %s%sZ __Pyx_RaiseBufferIndexErrorNogilZ__Pyx_RaiseBufferIndexErrorz	if (%s) {z%s != -1z%s(%s);r�zif (%s < 0) %s += %s;)r�r�rr�r��	enumerater[rnr�r�r�r��raise_indexerror_nogil�raise_indexerror_coder�r�r�)r,Z
index_signedsr��
directivesr1r�rIZin_nogil_contextZfailed_dim_tempZdim�signedr0rorJ�funcrrr�put_buffer_lookup_code�sF
4	
			
(r�cCs|jt�dS)N)r��buffer_struct_declare_code)rdrrrr#�sr#cCs�djdd�t|�D��}|jd||||f�djdd�t|�D��}|jd||f�|jtd�||fdjd	d�t|�D��d
�dS)z�
    Generates a buffer lookup function for the right number
    of dimensions. The function gives back a void* at the right location.
    z, cSs#g|]}d|||f�qS)z
i%d, s%d, o%dr)rrurrrr�s	z(buf_lookup_full_code.<locals>.<listcomp>z1#define %s(type, buf, %s) (type)(%s_imp(buf, %s))cSs#g|]}d|||f�qS)z.Py_ssize_t i%d, Py_ssize_t s%d, Py_ssize_t o%dr)rrurrrr�s	z1static CYTHON_INLINE void* %s_imp(void* buf, %s);zf
        static CYTHON_INLINE void* %s_imp(void* buf, %s) {
          char* ptr = (char*)buf;
        r�cSs,g|]"}td�||||f�qS)zX          ptr += s%d * i%d;
          if (o%d >= 0) ptr = *((char**)ptr) + o%d;
        )r)rrurrrr�s	z
return ptr;
}N)rrwr�r)�proto�definr+rzZ	macroargsZfuncargsrrrr|�s""r|cCsbdjdd�t|�D��}djdd�t|�D��}|jd|||f�dS)z�
    Generates a buffer lookup function for the right number
    of dimensions. The function gives back a void* at the right location.
    z, cSs g|]}d||f�qS)zi%d, s%dr)rrurrrr
s	z+buf_lookup_strided_code.<locals>.<listcomp>z + cSs g|]}d||f�qS)z	i%d * s%dr)rrurrrrs	z1#define %s(type, buf, %s) (type)((char*)buf + %s)N)rrwr�)r�r�r+rz�args�offsetrrrr}s""r}cCs�|dkr |jd|�nidjdd�t|�D��}djdd�t|d�D��}|jd||||df�d	S)
z�
    Similar to strided lookup, but can assume that the last dimension
    doesn't need a multiplication as long as.
    Still we keep the same signature for now.
    rz.#define %s(type, buf, i0, s0) ((type)buf + i0)z, cSs g|]}d||f�qS)zi%d, s%dr)rrurrrrs	z%buf_lookup_c_code.<locals>.<listcomp>z + cSs g|]}d||f�qS)z	i%d * s%dr)rrurrrrs	z9#define %s(type, buf, %s) ((type)((char*)buf + %s) + i%d)N)r�rrw)r�r�r+rzr�r�rrrr~s
"&r~cCs�|dkr |jd|�nddjdd�t|�D��}djdd�td|�D��}|jd|||d	f�d
S)zB
    Like C lookup, but the first index is optimized instead.
    rz.#define %s(type, buf, i0, s0) ((type)buf + i0)z, cSs g|]}d||f�qS)zi%d, s%dr)rrurrrr$s	z+buf_lookup_fortran_code.<locals>.<listcomp>z + cSs g|]}d||f�qS)z	i%d * s%dr)rrurrrr%s	z9#define %s(type, buf, %s) ((type)((char*)buf + %s) + i%d)rN)r�rrw)r�r�r+rzr�r�rrrrs
"%rcCs|jt��dS)N)r��GetAndReleaseBufferUtilityCode)rdrrrr%)sr%c@sXeZdZdZdZdd�Zdd�Zdd�Zd	d
�Zdd�Z	dS)
r�NFcCsdS)Nr)r&rrrrm5sz'GetAndReleaseBufferUtilityCode.__init__cCs
t|t�S)N)rr�)r&�otherrrr�__eq__8sz%GetAndReleaseBufferUtilityCode.__eq__cCsdS)NiFosr)r&rrr�__hash__;sz'GetAndReleaseBufferUtilityCode.__hash__cKsdS)Nr)r&�kwargsrrr�get_tree>sz'GetAndReleaseBufferUtilityCode.get_treecs�|d}|d}|jj}|jj�g�t������fdd���|�tjddddtd	���}|j|j	�}|j|j
|j|�d
�}|j|�|j|�dS)Nryrxcs|�krdS�j|�x|jD]}�|�q'Wx�|jD]�}t|jt�r`qE|j}|jrE|�kr�|jr�qEd}}xG|j	j
D]9}|jdkr�|j}q�|jdkr�|j}q�W|rE�j
|j||f�qEWdS)NZ
__getbuffer__Z__releasebuffer__)r�Zcimported_modulesZtype_entriesrr9rr*r_r2r$Zpyfunc_entriesr+Z
func_cnamer{Z
typeptr_cname)r$�m�er��releaserOr)�cython_scope�find_buffer_types�types�visited_scopesrrr�Is(
		

zBGetAndReleaseBufferUtilityCode.put_code.<locals>.find_buffer_typesZGetAndReleaseBufferZ	from_filezBuffer.c�contextr�r)
Zmodule_noder$r�r��setr	�load�dictZformat_coder�Zinject_string_constants�implr�)r&�outputr�Z
proto_coderdZ	util_coder�r�r)r�r�r�r�r�put_code@s 

	

z'GetAndReleaseBufferUtilityCode.put_code)
rErFrG�requiresZis_cython_utilityrmr�r�r�r�rrrrr�-sr�cCsM|jr
dS|jrdS|js,|jr5d}nd}||j�SdS)N�object�ptrZnn_r�)�is_pyobjectr<Z
is_typedef�is_struct_or_unionZspecialization_name)r;r3rrr�mangle_dtype_nameks			r�c	st|�}d|}d|}|jr-dS�dkrE|j���dkr]ds]t�|�jjkr
�jjj|��jd}g}|jr�x&|jr�|j|j	�|j
}q�W|jo�|j�}|j
�}	|j�r�d}n�|jr�|jj}
t|
�dks*t���fd	d
�|
D�}|jd|dd
�xLt|
|�D];\}}
|jd|
|j|j
�|jfdd
�qmW|jddd
�|jddd
�nds�t�t|�}d}d}|tjkrd|	}d}n�|jr;d|	}d|}no|sJ|jrSd}nW|jred}nE|jr�d}|jr�d}n$|jr�d}nds�t|��d}
||||	djdd
�|D��p�dt|�|||f	}|j|
|dd
�|S)ar
    Output the run-time type information (__Pyx_TypeInfo) for given dtype,
    and return the name of the type info struct.

    Structs with two floats of the same size are encoded as complex numbers.
    One can separate between complex numbers declared as struct or with native
    encoding by inspecting to see if the fields field of the type is
    filled in.
    z__Pyx_TypeInfo_%sz__Pyx_StructFields_%sz<error>NrF�typeinfo�NULLcs)g|]}t�|j�d��qS)r)r�r*)r�f)r��maxdepthrrr�s	z.get_type_information_cname.<locals>.<listcomp>z!static __Pyx_StructField %s[] = {�safeTz   {&%s, "%s", offsetof(%s, %s)},z  {NULL, NULL, 0}z};�0zIS_UNSIGNED(%s)z'H'z%s ? 'U' : 'I'z'C'z'R'z'S'Z__PYX_BUF_FLAGS_PACKED_STRUCTz'O'zLstatic __Pyx_TypeInfo %s = { "%s", %s, sizeof(%s), { %s }, %s, %s, %s, %s };z, cSsg|]}t|��qSr)�str)rrrrrr�s	) r�Zis_errorr�rr�r�r��is_arrayr{�size�	base_typer�Zcan_be_complexr�Zis_simple_buffer_dtypeZ	is_structr$Zvar_entriesr7r�r[r+r0r�rZc_char_typeZis_intZ
is_complexZis_floatZpackedr�r)r�r;r�Z
namesuffixr+Zstructinfo_name�typecodeZ
arraysizesZcomplex_possibleZdeclcode�fieldsr�r�r��repr�Zis_unsignedZ	typegroup�tupr)r�r�rr�ysv


	
	
		
	*
		

								(r�cKs<|dkrtj|d|�Stj|dd||�SdS)NzBuffer.cr�)rr�r	)Zutil_code_namer�r�rrr�load_buffer_utility�sr�Zmax_dimsZBufferStructDeclarer�ZBufferFormatStructsZBufferIndexErrorZBufferIndexErrorNogilZBufferFallbackErrorZBufferGetAndValidateZBufferFormatCheckZTypeInfoToFormat)r;r=rHrIrJ)?�
__future__rZVisitorrrZErrorsrrrZCoder	r�r
rrr
rrrrYrVrWrZrXr\r^rcrbr`rQrgr�rhr�r�r�r�r�r�r�r�r�r#r|r}r~rr%r�r�r�r�r�r>r�r�Zbuffer_formats_declare_coder�r�r�r�Zbuffer_format_check_codeZ_typeinfo_to_format_coderrrr�<module>sj[EGHB>U