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

  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 117 int right_offset) {
118 BlockCompletion completion = {kBranch, op, left_offset, right_offset};
  /external/gemmlowp/meta/generators/
mul_Nx8_Mx8_neon.py 277 right_offset = ReadParams(emitter, registers, right_lanes.input_address,
280 right_offset = None
316 emitter.EmitVAdd('s32', row_temp, row_temp, right_offset)
  /bionic/libc/bionic/
system_properties.cpp 453 uint_least32_t right_offset = atomic_load_explicit(&current->right, memory_order_relaxed); local
454 if (right_offset != 0) {
623 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); local
624 if (right_offset != 0) {
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 932 uint left_offset, right_offset, top_offset, bottom_offset; local
1060 ue_v(psBits, (uint32*)&right_offset);
1064 *display_width = *width - 2 * (right_offset + left_offset);
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 934 uint left_offset, right_offset, top_offset, bottom_offset; local
1070 ue_v(psBits, (uint32*)&right_offset);
1074 *display_width = *width - 2 * (right_offset + left_offset);
    [all...]

Completed in 163 milliseconds