HomeSort by relevance Sort by last modified time
    Searched full:offsets (Results 426 - 450 of 3672) sorted by null

<<11121314151617181920>>

  /external/freetype/src/cff/
cffload.c 294 FT_FREE( idx->offsets );
312 FT_FREE( idx->offsets );
326 if ( idx->count > 0 && idx->offsets == NULL )
337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) ||
342 poff = idx->offsets;
373 FT_FREE( idx->offsets );
396 if ( idx->offsets == NULL )
413 /* at this point, `idx->offsets' can't be NULL */
414 cur_offset = idx->offsets[0] - 1;
432 FT_ULong next_offset = idx->offsets[n] - 1
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unirepl.h 61 * the characters at offsets start..(limit-1) in text
  /external/icu/icu4c/source/test/intltest/
trnserr.cpp 134 errln("FAIL: The input string was modified though the offsets were out of bounds.");
265 virtual void handleTransliterate(Replaceable& ,UTransPosition& offsets,UBool) const {
266 offsets.start = offsets.limit;
  /external/kernel-headers/original/uapi/linux/
sdla.h 67 /* some offsets in the Z80's memory space */
  /external/libunwind/src/arm/
getcontext.S 25 #include "offsets.h"
  /external/libunwind/src/hppa/
getcontext.S 28 #include "offsets.h"
  /external/libunwind/src/mips/
getcontext-android.S 26 #include "offsets.h"
getcontext.S 26 #include "offsets.h"
  /external/libunwind/src/x86/
Gresume.c 29 #include "offsets.h"
getcontext-linux.S 26 #include "offsets.h"
  /external/libvorbis/examples/
chaining_example.c 64 (ov.dataoffsets[i]-ov.offsets[i]));
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 467 * six-tap function handles all possible offsets. */
514 * six-tap function handles all possible offsets. */
563 * six-tap function handles all possible offsets. */
609 * six-tap function handles all possible offsets. */
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 18 /// FIXME: Provide a variant which doesn't track offsets and is cheaper.
162 /// offsets and looking through GEPs.
186 /// offsets.
205 // offsets on this pointer.
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 86 // contents and the final ordering. We'll emit the hashes and offsets
155 // Walk through the buckets and emit the individual offsets for each
175 // the bucket. For the string case emit the dies and the various offsets.
219 // Emit the offsets.
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 251 /* We don't have R_PPC64_GOT_TPREL16, but since GOT offsets
256 /* We don't have R_PPC64_GOT_TPREL16_LO, but since GOT offsets
264 /* We don't have R_PPC64_GOT_DTPREL16, but since GOT offsets
269 /* We don't have R_PPC64_GOT_DTPREL16_LO, but since GOT offsets
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 24 // This is only required when there is no FP and offsets are greater than
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format.h 106 LLVMValueRef offsets,
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource.h 80 * Array [depth] off offsets.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 159 /* compute offsets in 32-bit words */
179 /* compute offsets in 16-bit words */
249 /* compute offsets in 32-bit words */
269 /* compute offsets in 16-bit words */
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_misc_state.c 51 /* Masks used to determine how much of the draw_x and draw_y offsets should
60 * together the tile masks of all the buffers to determine which offsets to
126 * "The 3 LSBs of both offsets must be zero to ensure correct
168 * "The 3 LSBs of both offsets must be zero to ensure correct
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 294 FT_FREE( idx->offsets );
312 FT_FREE( idx->offsets );
326 if ( idx->count > 0 && idx->offsets == NULL )
337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) ||
342 poff = idx->offsets;
373 FT_FREE( idx->offsets );
396 if ( idx->offsets == NULL )
413 /* at this point, `idx->offsets' can't be NULL */
414 cur_offset = idx->offsets[0] - 1;
432 FT_ULong next_offset = idx->offsets[n] - 1
    [all...]
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 517 * update any offsets.
550 * Modifies the given code without updating any offsets.
699 * Moves the given code block to the new offsets.
864 // Adjust the jump offsets.
885 // Adjust the jump offsets.
904 // Update the code offsets. Note that the instruction offset map also has
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
3dfx_regs.h 29 /* mapped_io register offsets */
  /external/sfntly/cpp/src/sfntly/
font.h 271 // Offsets to specific elements in the underlying data. These offsets are
276 // Offsets within the main directory
285 // Offsets within a specific table record

Completed in 478 milliseconds

<<11121314151617181920>>