/external/kernel-headers/original/linux/ |
spinlock.h | 63 #define LOCK_SECTION_START(extra) \ 65 extra \
|
mod_devicetable.h | 173 __u8 extra; member in struct:serio_device_id
|
usb.h | 52 * @extra: descriptors following this endpoint in the configuration 53 * @extralen: how many bytes of "extra" are valid 64 unsigned char *extra; /* Extra descriptors */ member in struct:usb_host_endpoint 78 unsigned char *extra; /* Extra descriptors */ member in struct:usb_host_interface 207 * @extra: pointer to buffer containing all extra descriptors associated 210 * @extralen: length of the extra descriptors buffer. 245 unsigned char *extra; /* Extra descriptors * member in struct:usb_host_config [all...] |
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_memcpy_neon.asm | 55 ands r3, r2, #0xff ;extra copy
|
/external/openssl/ssl/ |
s3_pkt.c | 203 * 'left' extra ones at the end */ 293 size_t extra; local 306 extra=SSL3_RT_MAX_EXTRA; 308 extra=0; 310 extra && !s->s3->init_extra) 414 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra) 456 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra+mac_size) 506 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra) 520 if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH+extra) 745 /* extra fragment would be couple of cipher blocks [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 244 void *extra); 292 int parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra);
|
/external/v8/test/mjsunit/regress/ |
regress-1102760.js | 35 assertEquals(0, F.apply(this, [], 0), "empty args, extra argument");
|
/external/zlib/contrib/blast/ |
blast.c | 244 * byte is 4, 5, or 6 for the number of extra bits in the distance code. 258 * no bit reversal is needed for either the length extra bits or the distance 259 * extra bits. 280 int symbol; /* decoded symbol, extra bits for distance */ 306 static const char extra[16] = { /* extra bits for length codes */ local 328 len = base[symbol] + bits(s, extra[symbol]);
|
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 611 * @param extra an extra code, specific to the error type 613 void onError(MediaRecorder mr, int what, int extra); 659 * @param extra an extra code, specific to the error type 661 void onInfo(MediaRecorder mr, int what, int extra);
|
/frameworks/base/libs/surfaceflinger_client/ |
SharedBufferStack.cpp | 596 const int extra = newNumBuffers - numBuffers; local 610 memmove(&index[head + extra], &index[head], nb); 612 // move head 'extra' ahead, this doesn't impact stack.index[head]; 613 stack.head = head + extra; 615 stack.available += extra; 619 for (int i=0 ; i<extra ; i++) {
|
/external/zlib/ |
trees.c | 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 93 * need for the L_CODES extra codes used during heap construction. However 124 const intf *extra_bits; /* extra bits for each code or NULL */ 501 const intf *extra = desc->stat_desc->extra_bits; local 507 int xbits; /* extra bits */ 529 if (n >= base) xbits = extra[n-base]; 659 /* node is 0 or 1 so it does not have extra bits */ 1085 int extra; \/* number of extra bits to send *\/ local [all...] |
/development/apps/Development/src/com/android/development/ |
Connectivity.java | 119 String extra = (String)intent.getExtra(TEST_ALARM_EXTRA); 130 if (extra.equals(SCREEN_ON)) { 142 } else if (extra.equals(SCREEN_OFF)) {
|
/external/chromium/third_party/icu/source/tools/gennorm/ |
store.c | 201 /* allocate extra data memory for UTF-16 decomposition strings and other values */ 202 extraMem=utm_open("gennorm extra 16-bit memory", _NORM_EXTRA_INDEX_TOP, _NORM_EXTRA_INDEX_TOP, 2); 1145 UChar extra[100]; local [all...] |
/external/icu4c/tools/gennorm/ |
store.c | 201 /* allocate extra data memory for UTF-16 decomposition strings and other values */ 202 extraMem=utm_open("gennorm extra 16-bit memory", _NORM_EXTRA_INDEX_TOP, _NORM_EXTRA_INDEX_TOP, 2); 1145 UChar extra[100]; local [all...] |
/external/libvpx/vp8/encoder/ |
tokenize.c | 67 t[i].Extra = eb; 70 // initialize the cost for extra bits for all possible coefficient value. 77 const int extra = t[i].Extra; local 81 cost += vp8_treed_cost(p->tree, p->prob, extra >> 1, Length); 83 cost += vp8_cost_bit(vp8_prob_half, extra & 1); /* sign */ 126 t->Extra = vp8_dct_value_tokens_ptr[v].Extra; 181 t->Extra = vp8_dct_value_tokens_ptr[v].Extra; [all...] |
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframeyonly_neon.asm | 76 ands r10, r5, #0x7f ;check to see if extra copy is needed 189 mov r7, lr, lsr #4 ;check to see if extra copy is needed 198 ;extra copy part for Y 319 mov r7, lr, lsr #4 ;check to see if extra copy is needed 328 ;extra copy part for Y 453 ands r10, r5, #0x7f ;check to see if extra copy is needed
|
vp8_vpxyv12_copyframe_func_neon.asm | 86 ands r10, r5, #0x7f ;check to see if extra copy is needed 136 ands r10, r5, #0x3f ;check to see if extra copy is needed
|
vp8_vpxyv12_extendframeborders_neon.asm | 131 mov r7, lr, lsr #4 ;check to see if extra copy is needed 233 mov r7, lr, lsr #3 ;check to see if extra copy is needed 246 ;extra copy part for Y 281 ;extra copy part for UV 402 mov r7, lr, lsr #4 ;check to see if extra copy is needed 504 mov r7, lr, lsr #3 ;check to see if extra copy is needed 517 ;extra copy part for Y 552 ;extra copy part for UV
|
/bionic/libc/kernel/common/linux/ |
mod_devicetable.h | 106 __u8 extra; member in struct:serio_device_id
|
/bionic/libc/kernel/common/linux/mtd/ |
cfi.h | 54 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/development/ndk/platforms/android-3/include/linux/ |
mod_devicetable.h | 106 __u8 extra; member in struct:serio_device_id
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
cfi.h | 54 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosFullScreenVideo.c | 403 /* Use optimized assembler memory copy. Deliberately copies extra columns if 420 int extra = ((int)from & 3); local 421 from -= extra; 422 to -= extra; 423 width_bytes += extra; 433 /* Use optimized assembler memory copy. Deliberately copies extra columns if
|
/external/quake/quake/src/QW/client/ |
zone.c | 157 int extra; local 187 extra = base->size - size; 188 if (extra > MINFRAGMENT) 191 new->size = extra;
|
/external/quake/quake/src/WinQuake/ |
zone.cpp | 157 int extra; local 187 extra = base->size - size; 188 if (extra > MINFRAGMENT) 191 newm->size = extra;
|