HomeSort by relevance Sort by last modified time
    Searched full:offs (Results 101 - 125 of 475) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/zlib/src/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /external/v8/src/x87/
assembler-x87.cc 1286 int offs = L->pos() - pc_offset(); local
1287 DCHECK(offs <= 0);
1290 emit(offs - long_size);
1348 int offs = L->pos() - pc_offset(); local
1349 DCHECK(offs <= 0);
1350 if (is_int8(offs - short_size)) {
1353 EMIT((offs - short_size) & 0xFF);
1357 emit(offs - long_size);
1403 int offs = L->pos() - pc_offset(); local
1404 DCHECK(offs <= 0)
    [all...]
  /external/valgrind/none/tests/ppc32/
jm-insns.c 5535 int i, offs, shift_offset = 0; local
5601 int i, offs; local
5631 int i, offs, k; local
5700 int i, offs, k; local
5755 size_t offs = 100 * sizeof(unsigned long); \/\/ some arbitrary offset) local
5983 uint16_t offs; local
6030 int i, offs; local
6074 int i, offs; local
6141 int i, offs; local
    [all...]
  /external/libopus/celt/
entdec.c 92 return _this->offs<_this->storage?_this->buf[_this->offs++]:0;
130 _this->offs=0;
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 249 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs)
254 ref->offset = offs;
270 Dwarf_Word offs = 0; local
296 tvar->ref = alloc_trace_arg_ref((long)offs);
307 offs = op->number;
313 offs += op->number;
319 offs += op->number2;
344 tvar->ref = alloc_trace_arg_ref((long)offs);
462 Dwarf_Word offs; local
558 offs = 0
    [all...]
dwarf-aux.h 63 extern int die_get_data_member_location(Dwarf_Die *mb_die, Dwarf_Word *offs);
dwarf-aux.c 283 * @offs: The offset of the member in the data structure
286 * stores result offset to @offs. If any error occurs this returns errno.
288 int die_get_data_member_location(Dwarf_Die *mb_die, Dwarf_Word *offs)
298 if (dwarf_formudata(&attr, offs) != 0) {
309 *offs = (Dwarf_Word)expr[0].number;
  /art/compiler/utils/mips64/
assembler_mips64.h 243 void Store(FrameOffset offs, ManagedRegister msrc, size_t size) OVERRIDE;
267 void LoadRef(ManagedRegister mdest, ManagedRegister base, MemberOffset offs,
270 void LoadRawPtr(ManagedRegister mdest, ManagedRegister base, Offset offs) OVERRIDE;
272 void LoadRawPtrFromThread64(ManagedRegister mdest, ThreadOffset<8> offs) OVERRIDE;
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 229 const deUint32 offs = (deUint32)(cmdIter->offset/4); local
230 DE_ASSERT((deIntptr)offs*4 == cmdIter->offset);
232 src << "\twriteCmd(" << offs << "u, uvec3("
473 // Name Desc BufferSize Offs WorkGroupSize NumWorkGroups
  /external/libopus/silk/fixed/
encode_frame_FIX.c 228 silk_assert( sRangeEnc_copy2.offs <= 1275 );
229 silk_memcpy( psRangeEnc->buf, ec_buf_copy, sRangeEnc_copy2.offs );
256 silk_assert( psRangeEnc->offs <= 1275 );
257 silk_memcpy( ec_buf_copy, psRangeEnc->buf, psRangeEnc->offs );
  /external/libopus/silk/float/
encode_frame_FLP.c 215 silk_assert( sRangeEnc_copy2.offs <= 1275 );
216 silk_memcpy( psRangeEnc->buf, ec_buf_copy, sRangeEnc_copy2.offs );
243 silk_assert( psRangeEnc->offs <= 1275 );
244 silk_memcpy( ec_buf_copy, psRangeEnc->buf, psRangeEnc->offs );
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 840 .macro hread_uv Dest, U, V, Offs, VMask
841 lvx \U, \Offs, r3
842 lvx \V, \Offs, r4
846 .macro hwrite_uv New, U, V, Offs, Umask, Vmask
849 stvx \U, \Offs, r3 ;# Write to frame buffer
850 stvx \V, \Offs, r4
1139 .macro RLV Offs
1140 stw r0, (\Offs*4)(r5)
1144 .macro WLV Offs
1145 lwz r0, (\Offs*4)(r5
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 840 .macro hread_uv Dest, U, V, Offs, VMask
841 lvx \U, \Offs, r3
842 lvx \V, \Offs, r4
846 .macro hwrite_uv New, U, V, Offs, Umask, Vmask
849 stvx \U, \Offs, r3 ;# Write to frame buffer
850 stvx \V, \Offs, r4
1139 .macro RLV Offs
1140 stw r0, (\Offs*4)(r5)
1144 .macro WLV Offs
1145 lwz r0, (\Offs*4)(r5
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 141 int32_t *offs; local
179 offs = junokout;
213 checkOffsets ? offs : NULL,
304 int32_t *offs; local
337 offs = junokout;
376 checkOffsets ? offs : NULL,
  /external/valgrind/VEX/priv/
host_arm64_isel.c 2196 UInt offs = (UInt)e->Iex.Get.offset; local
3033 Int offs = e->Iex.Get.offset; local
3220 Int offs = e->Iex.Get.offset; local
3367 Int offs = e->Iex.Get.offset; local
3583 UInt offs = (UInt)stmt->Ist.Put.offset; local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
  /external/libedit/src/
readline.c 637 _history_expand_command(const char *command, size_t offs, size_t cmdlen,
653 if (strchr(":^*$", command[offs + 1])) {
663 idx = (command[offs + 1] == ':')? 1:0;
666 if (command[offs + 1] == '#') {
668 if ((aptr = el_malloc((offs + 1) * sizeof(*aptr)))
671 (void)strncpy(aptr, command, offs);
672 aptr[offs] = '\0';
677 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
678 ptr = get_history_event(command + offs, &idx, qchar)
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 1068 sljit_si i, tmp, offs, prev; local
1159 sljit_si i, tmp, offs, prev; local
    [all...]
sljitNativeMIPS_common.c 546 sljit_si i, tmp, offs; local
581 offs = local_size - (sljit_sw)(sizeof(sljit_sw));
582 FAIL_IF(push_inst(compiler, STACK_STORE | base | TA(RETURN_ADDR_REG) | IMM(offs), MOVABLE_INS));
586 offs -= (sljit_si)(sizeof(sljit_sw));
587 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS));
591 offs -= (sljit_si)(sizeof(sljit_sw));
592 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS));
631 sljit_si local_size, i, tmp, offs; local
650 offs = local_size - (sljit_si)GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 1);
654 FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i)))
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 1353 int offs = L->pos() - pc_offset(); local
1354 DCHECK(offs <= 0);
1357 emit(offs - long_size);
1415 int offs = L->pos() - pc_offset(); local
1416 DCHECK(offs <= 0);
1417 if (is_int8(offs - short_size)) {
1420 EMIT((offs - short_size) & 0xFF);
1424 emit(offs - long_size);
1470 int offs = L->pos() - pc_offset(); local
    [all...]
  /external/zlib/src/contrib/blast/
blast.c 192 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local
224 offs[1] = 0;
226 offs[len + 1] = offs[len] + h->count[len];
234 h->symbol[offs[length[symbol]]++] = symbol;
  /external/deqp/framework/common/
tcuTexture.cpp 625 #define UB16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1))
626 #define UB32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1))
627 #define NB16(OFFS, COUNT) channelToNormFloat(UB16(OFFS, COUNT), (COUNT))
628 #define NB32(OFFS, COUNT) channelToNormFloat(UB32(OFFS, COUNT), (COUNT))
721 #define U16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 225 GEP->getName()+".offs");
233 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
246 Result = Builder->CreateAdd(Op, Result, GEP->getName()+".offs");
  /external/vboot_reference/firmware/lib/
vboot_common.c 503 uint64_t offs = header->data_used; local
505 VBDEBUG(("VbSharedDataReserve %d bytes at %d\n", (int)size, (int)offs));
512 return offs;
  /art/compiler/utils/arm/
assembler_arm.cc 531 void ArmAssembler::LoadRef(ManagedRegister mdest, ManagedRegister base, MemberOffset offs,
536 base.AsArm().AsCoreRegister(), offs.Int32Value());
549 Offset offs) {
553 base.AsArm().AsCoreRegister(), offs.Int32Value());
600 void ArmAssembler::LoadRawPtrFromThread32(ManagedRegister m_dst, ThreadOffset<4> offs) {
603 LoadFromOffset(kLoadWord, dst.AsCoreRegister(), TR, offs.Int32Value());
    [all...]

Completed in 1517 milliseconds

1 2 3 45 6 7 8 91011>>