/external/zlib/contrib/puff/ |
puff.c | 39 * - Simplify offs[] index in construct() 324 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local 343 offs[1] = 0; 345 offs[len + 1] = offs[len] + h->count[len]; 353 h->symbol[offs[length[symbol]]++] = symbol; [all...] |
/hardware/broadcom/wlan/bcm4329/src/shared/ |
siutils.c | 1285 uint offs; local 1291 offs = (updown ? OFFSETOF(chipcregs_t, gpiopulldown) : OFFSETOF(chipcregs_t, gpiopullup)); 1292 return (si_corereg(sih, SI_CC_IDX, offs, mask, val)); 1299 uint offs; local 1306 offs = OFFSETOF(chipcregs_t, gpioevent); 1308 offs = OFFSETOF(chipcregs_t, gpioeventintmask); 1310 offs = OFFSETOF(chipcregs_t, gpioeventintpolarity); 1314 return (si_corereg(sih, SI_CC_IDX, offs, mask, val)); 1404 uint offs; local [all...] |
/external/bluetooth/glib/gobject/ |
gclosure.c | 244 guint i, offs; local 277 offs = closure->meta_marshal; 280 ndata = closure->notifiers + offs + i; 286 offs = closure->meta_marshal + i; 289 ndata = closure->notifiers + offs + i; [all...] |
/external/v8/src/ |
utils.h | 121 intptr_t offs = OffsetFrom(addr + offset); local 122 return IsAligned(offs, alignment);
|
/external/icu4c/test/cintltst/ |
ncnvfbts.c | 139 int32_t *offs; local 177 offs = junokout; 211 checkOffsets ? offs : NULL, 302 int32_t *offs; local 335 offs = junokout; 374 checkOffsets ? offs : NULL,
|
ncnvtst.c | 1004 int32_t *offs=0; local 1094 int32_t *offs=0; local 1192 int32_t *offs; local 1265 offs, local 1366 int32_t *offs; local [all...] |
nccbtst.c | 2652 int32_t *offs; local 2853 int32_t *offs; local 3049 int32_t *offs; local 3229 int32_t *offs; local [all...] |
/external/libxml2/ |
xmlschemastypes.c | 5711 char *buf = NULL, *offs; local [all...] |
/external/v8/src/ia32/ |
assembler-ia32.cc | 1485 int offs = L->pos() - pc_offset(); local 1531 int offs = L->pos() - pc_offset(); local 1585 int offs = L->pos() - pc_offset(); local [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
nand.h | 259 int offs; member in struct:nand_bbt_descr
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nand.h | 259 int offs; member in struct:nand_bbt_descr
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
nand.h | 259 int offs; member in struct:nand_bbt_descr
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
nand.h | 259 int offs; member in struct:nand_bbt_descr
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
nand.h | 259 int offs; member in struct:nand_bbt_descr
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
nand.h | 259 int offs; member in struct:nand_bbt_descr
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
nand.h | 259 int offs; member in struct:nand_bbt_descr
|
/external/v8/src/x64/ |
assembler-x64.cc | 1080 int offs = L->pos() - pc_offset(); local 1081 ASSERT(offs <= 0); 1082 if (is_int8(offs - short_size)) { 1085 emit((offs - short_size) & 0xFF); 1090 emitl(offs - long_size); 1126 int offs = L->pos() - pc_offset() - 1; local 1127 ASSERT(offs <= 0); 1128 if (is_int8(offs - sizeof(int8_t))) { 1131 emit((offs - sizeof(int8_t)) & 0xFF); 1135 emitl(offs - sizeof(int32_t)) [all...] |
/external/bluetooth/glib/glib/ |
gconvert.c | 1750 int offs; local [all...] |
gslice.c | 1309 unsigned int n_nodes = branch->n_entries, offs = 0; local [all...] |
/external/yaffs2/yaffs2/direct/ |
dtest.c | 1631 int offs; local 1640 offs = yaffs_lseek(h1,0,SEEK_CUR); 1641 if( offs != 100000) 1652 offs = yaffs_lseek(h1,0,SEEK_CUR); 1653 if( offs != 200000) [all...] |
/frameworks/base/opengl/tests/angeles/ |
demo.c | 596 float offs = offs100 * 0.01f; local 597 GLfixed fixedOffs = (GLfixed)(offs * 65536);
|
/ndk/samples/san-angeles/jni/ |
demo.c | 596 float offs = offs100 * 0.01f; local 597 GLfixed fixedOffs = (GLfixed)(offs * 65536);
|
/external/jpeg/ |
jmemdosa.asm | 314 mov di,000ah ; check offs 10 in returned seg
|
/bionic/libc/kernel/common/linux/ |
soundcard.h | 502 int offs; member in struct:copr_buffer
|
/external/kernel-headers/original/linux/ |
soundcard.h | 712 int offs; /* If required by the device (0 if not used) */ member in struct:copr_buffer [all...] |