HomeSort by relevance Sort by last modified time
    Searched refs:in_offset (Results 1 - 10 of 10) sorted by null

  /external/v8/test/cctest/
test-macro-assembler-mips64.cc 1551 int32_t in_offset = *j1 + *k1; local
1600 int32_t in_offset = *j1 + *k1; local
1652 int32_t in_offset = *j1 + *k1; local
1703 int32_t in_offset = *j1 + *k1; local
1755 int32_t in_offset = *j1 + *k1; local
1790 int32_t in_offset = *j1 + *k1; local
1816 int32_t in_offset = *j1 + *k1; local
    [all...]
test-macro-assembler-mips.cc 1059 int32_t in_offset = *j1 + *k1; local
1108 int32_t in_offset = *j1 + *k1; local
1160 int32_t in_offset = *j1 + *k1; local
1195 int32_t in_offset = *j1 + *k1; local
1221 int32_t in_offset = *j1 + *k1; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
ndctl.h 45 __u32 in_offset; member in struct:nd_cmd_get_config_data_hdr
52 __u32 in_offset; member in struct:nd_cmd_set_config_hdr
  /external/kernel-headers/original/uapi/linux/
ndctl.h 40 __u32 in_offset; member in struct:nd_cmd_get_config_data_hdr
47 __u32 in_offset; member in struct:nd_cmd_set_config_hdr
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386-intel.c 27 unsigned int in_offset; /* >=1 if processing operand of offset. */ member in struct:__anon75153
259 if (this_operand < 0 || intel_state.in_offset)
349 if (!intel_state.in_offset)
352 if (!intel_state.in_offset)
364 ++intel_state.in_offset;
366 --intel_state.in_offset;
410 if (!intel_state.in_offset)
511 && !intel_state.in_offset)
551 gas_assert (!intel_state.in_offset);
597 gas_assert (!intel_state.in_offset);
    [all...]
  /build/tools/ijar/
zip.cc 83 off_t in_offset, const u1* zipdata_in, const u1* central_dir);
170 size_t in_offset = p - zipdata_in_; local
171 size_t remaining = in_length_ - in_offset;
175 in_offset, state, n, remaining);
448 size_t in_offset = p - zipdata_in_; local
449 size_t remaining = in_length_ - in_offset;
741 off_t in_length, off_t in_offset,
745 central_dir_(central_dir), in_length_(in_length), in_offset_(in_offset),
746 p(zipdata_in + in_offset), central_dir_current_(central_dir) {
    [all...]
  /external/freetype/src/psaux/
psobjs.c 184 FT_PtrDist in_offset; local
187 in_offset = (FT_Byte*)object - table->block;
188 if ( in_offset < 0 || (FT_Offset)in_offset >= table->capacity )
189 in_offset = -1;
203 if ( in_offset >= 0 )
204 object = table->block + in_offset;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
psobjs.c 184 FT_PtrDist in_offset; local
187 in_offset = (FT_Byte*)object - table->block;
188 if ( in_offset < 0 || (FT_Offset)in_offset >= table->capacity )
189 in_offset = -1;
203 if ( in_offset >= 0 )
204 object = table->block + in_offset;
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c 184 FT_PtrDist in_offset; local
187 in_offset = (FT_Byte*)object - table->block;
188 if ( in_offset < 0 || (FT_Offset)in_offset >= table->capacity )
189 in_offset = -1;
203 if ( in_offset >= 0 )
204 object = table->block + in_offset;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 691 milliseconds