/external/chromium_org/sandbox/linux/seccomp-bpf/ |
instruction.h | 20 // is present in "code_"), or relative jump offsets (if BPF_JMP
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTextFragment.h | 32 // We cache offsets so that text transformations can be applied in such a way that we can recover
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
ReverbAccumulationBuffer.h | 38 // writing/accumulating to it at different delay offsets from the read position. The read operation will zero the memory
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecICU.h | 65 const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode&);
|
/external/chromium_org/third_party/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/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.h | 52 int32_t *offsets; member in struct:CntTable
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
unirepl.h | 61 * the characters at offsets start..(limit-1) in text
|
/external/chromium_org/third_party/icu/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/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_format.h | 106 LLVMValueRef offsets,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_resource.h | 80 * Array [depth] off offsets.
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/ots/src/ |
cff_type2_charstring.cc | 166 if (subrs_index.offsets.size() <= static_cast<size_t>(subr_number + 1)) { 172 subrs_index.offsets[subr_number + 1] - subrs_index.offsets[subr_number]; 176 const size_t offset = subrs_index.offsets[subr_number]; 733 if (char_strings_index.offsets.size() == 0) { 738 for (unsigned i = 1; i < char_strings_index.offsets.size(); ++i) { 742 char_strings_index.offsets[i] - char_strings_index.offsets[i - 1]; 746 const size_t offset = char_strings_index.offsets[i - 1];
|
/external/chromium_org/third_party/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
|
/external/chromium_org/third_party/skia/src/core/ |
SkGlyph.h | 110 // relative offsets for X and Y subpixel bits
|
/external/chromium_org/third_party/sqlite/ |
fts3.patch | 38 && SQLITE_OK==(rc = sqlite3_overload_function(db, "offsets", 1))
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_tables.h | 58 /* offsets for quantizer representation levels */
|
/external/chromium_org/tools/traceline/traceline/ |
assembler_unittest.cc | 14 // Branching tests first so the offsets are not always adjusting in the
|
/external/chromium_org/ui/base/l10n/ |
l10n_util_mac.h | 52 std::vector<size_t>* offsets);
|
/external/clang/docs/analyzer/ |
RegionStore.txt | 24 Supporting both concrete and symbolic offsets makes things a bit tricky. Here's 65 they have no concrete compile-time offsets (in the modern, "non-fragile" 73 object, RegionStore offsets are computed from the start of the instance 75 offsets start from the base region!
|
/external/clang/include/clang/Frontend/ |
LayoutOverrideSource.h | 34 /// \brief The offsets of the fields, in source order.
|
/external/clang/test/Analysis/ |
unions.cpp | 27 // a union as different offsets, but only allow one to be active at a time.
|
/external/deqp/modules/gles2/functional/ |
es2fVertexArrayTest.cpp | 213 int offsets[] = {1, 16, 17}; local 218 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) 227 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); 234 offsets[offsetNdx], 246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); 283 int offsets[] = {1, 4, 17, 32}; local 288 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) 295 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); 302 offsets[offsetNdx],
|
/external/eigen/bench/btl/data/ |
gnuplot_common_settings.hh | 27 set offsets 0, 0, 0, 0
|