HomeSort by relevance Sort by last modified time
    Searched refs:_map (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
timestamp_map.cc 29 _map = new VCMTimestampDataTuple[length];
36 delete [] _map;
50 _map[_nextAddIx].timestamp = timestamp;
51 _map[_nextAddIx].data = data;
68 if (_map[_nextPopIx].timestamp == timestamp)
71 void* data = _map[_nextPopIx].data;
72 _map[_nextPopIx].data = NULL;
76 else if (_map[_nextPopIx].timestamp > timestamp)
timestamp_map.h 44 VCMTimestampDataTuple* _map; member in class:webrtc::VCMTimestampMap
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prbit.h 46 #define PR_TEST_BIT(_map,_bit) \
47 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] & (1L << ((_bit) & (PR_BITS_PER_LONG-1))))
48 #define PR_SET_BIT(_map,_bit) \
49 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] |= (1L << ((_bit) & (PR_BITS_PER_LONG-1))))
50 #define PR_CLEAR_BIT(_map,_bit) \
51 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] &= ~(1L << ((_bit) & (PR_BITS_PER_LONG-1))))
  /external/opencv/cv/src/
cvcanny.cpp 169 uchar* _map; local
209 _map = map + mapstep*i + 1;
210 _map[-1] = _map[size.width] = 1;
253 if( m > high && !prev_flag && _map[j-mapstep] != 2 )
255 CANNY_PUSH( _map + j );
259 _map[j] = (uchar)0;
267 if( m > high && !prev_flag && _map[j-mapstep] != 2 )
269 CANNY_PUSH( _map + j );
273 _map[j] = (uchar)0
342 const uchar* _map = map + mapstep*(i+1) + 1; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /development/ndk/platforms/android-L/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /external/kernel-headers/original/uapi/linux/
map_to_7segment.h 83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
  /external/stlport/stlport/
map 36 # include <stl/_map.h>
  /ndk/sources/cxx-stl/stlport/stlport/
map 36 # include <stl/_map.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
map_to_7segment.h 83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
map_to_7segment.h 83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
map 36 # include <stl/_map.h>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
map 36 # include <stl/_map.h>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
map 36 # include <stl/_map.h>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
map 36 # include <stl/_map.h>
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
map 36 # include <stl/_map.h>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
utilities.js 1294 this._map = {};
    [all...]
  /external/chromium_org/v8/src/
hydrogen-check-elimination.h 24 graph->isolate()->factory()->name##_map()), zone());
  /ndk/build/core/
setup-app.mk 22 _map := NDK_APP.$(_app) macro
31 NDK_APP_APPLICATION_MK := $(call get,$(_map),Application.mk)
34 $(eval NDK_$(__name) := $(call get,$(_map),$(__name)))\
43 TARGET_PLATFORM := $(call get,$(_map),APP_PLATFORM)

Completed in 676 milliseconds

1 2 3