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

  /bionic/libc/bionic/
system_properties.cpp 401 uint_least32_t right_offset = atomic_load_explicit(&current->right, memory_order_relaxed); local
402 if (right_offset != 0) {
571 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); local
572 if (right_offset != 0) {
  /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 883 milliseconds