HomeSort by relevance Sort by last modified time
    Searched refs:INT32 (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /external/qemu/distrib/jpeg-6b/
jpegint.h 307 * RIGHT_SHIFT provides a proper signed right shift of an INT32 quantity.
313 #define SHIFT_TEMPS INT32 shift_temp;
316 (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \
416 int byte_offset, int bit_left, INT32 buf));
jcphuff.c 35 INT32 put_buffer; /* current bit-accumulation buffer */
72 /* IRIGHT_SHIFT is like RIGHT_SHIFT, but works on int rather than INT32.
73 * We assume that int right shift is unsigned if INT32 right shift is,
232 register INT32 put_buffer = (INT32) code;
242 put_buffer &= (((INT32) 1)<<size) - 1; /* mask off any extra bits in code */
jcdctmgr.c 120 DESCALE(MULTIPLY16V16((INT32) qtbl->quantval[i],
121 (INT32) aanscales[i]),
wrgif.c 55 INT32 cur_accum; /* holds bits not yet output */
109 dinfo->cur_accum |= ((INT32) code) << dinfo->cur_bits;
rdppm.c 412 INT32 val, half_maxval;
419 for (val = 0; val <= (INT32) maxval; val++) {
  /external/jpeg/
jcphuff.c 35 INT32 put_buffer; /* current bit-accumulation buffer */
72 /* IRIGHT_SHIFT is like RIGHT_SHIFT, but works on int rather than INT32.
73 * We assume that int right shift is unsigned if INT32 right shift is,
232 register INT32 put_buffer = (INT32) code;
242 put_buffer &= (((INT32) 1)<<size) - 1; /* mask off any extra bits in code */
jcdctmgr.c 120 DESCALE(MULTIPLY16V16((INT32) qtbl->quantval[i],
121 (INT32) aanscales[i]),
wrgif.c 55 INT32 cur_accum; /* holds bits not yet output */
109 dinfo->cur_accum |= ((INT32) code) << dinfo->cur_bits;
rdppm.c 412 INT32 val, half_maxval;
419 for (val = 0; val <= (INT32) maxval; val++) {
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_main.c 373 void nfa_sys_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 262 HANDLE_TYPE( INT32, int32);
343 HANDLE_TYPE( INT32, Int32, int32);
347 HANDLE_TYPE( SINT32, SInt32, int32);
351 HANDLE_TYPE(SFIXED32, SFixed32, int32);
376 HANDLE_TYPE( INT32, Int32, int32);
    [all...]
dynamic_message.cc 98 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >);
118 case FD::CPPTYPE_INT32 : return sizeof(int32 );
255 HANDLE_TYPE(INT32 , int32 );
334 HANDLE_TYPE( INT32, int32);
wire_format.cc 315 size += sizeof(int32);
465 HANDLE_PACKED_TYPE( INT32, int32, Int32)
467 HANDLE_PACKED_TYPE(SINT32, int32, Int32)
474 HANDLE_PACKED_TYPE(SFIXED32, int32, Int32)
526 HANDLE_TYPE( INT32, int32, Int32
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
xme.c 92 INT32 refresh;
174 INT32 refresh;
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 45 INT32 tempsize = size;
49 tempsize = (INT32)ALIGN_POOL(size);
1104 INT32 i, j;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 53 INT32 tempsize = size;
57 tempsize = (INT32)ALIGN_POOL(size);
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 53 INT32 tempsize = size;
57 tempsize = (INT32)ALIGN_POOL(size);
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 456 INT32 num_read;
501 INT32 num_written;
529 void bta_fs_co_seek (int fd, INT32 offset, INT16 origin, UINT8 app_id)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 439 case INT32 : return input.readInt32 ();
539 case INT32 : output.writeInt32NoTag ((Integer ) value); break;
662 case INT32 : return CodedOutputStream.computeInt32SizeNoTag ((Integer )value);
  /external/mdnsresponder/mDNSShared/
dns_sd.h 119 typedef INT32 int32_t;
131 typedef INT32 int32_t;
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 95 typedef INT32 s32;
107 typedef INT32 s32;
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 359 INT32 conn_tout;
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 253 extern void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c     [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 157 typedef INT32 ANTLR3_CHAR, *pANTLR3_CHAR;
162 typedef INT32 ANTLR3_INT32, *pANTLR3_INT32;

Completed in 784 milliseconds

1 2 3 45 6 7