HomeSort by relevance Sort by last modified time
    Searched full:probe (Results 1 - 25 of 540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/layout/
OpenTypeUtilities.cpp 59 le_int32 probe = power; local
66 while (probe > (1 << 0)) {
67 probe >>= 1;
69 if (SWAPT(records[index + probe].tag) <= tag) {
70 index += probe;
86 le_int32 probe = power; local
97 while (probe > (1 << 0)) {
98 probe >>= 1;
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
101 range += probe;
116 le_int32 probe = power; local
138 le_int32 probe = power; local
    [all...]
LookupTables.cpp 30 le_int16 probe = SWAPW(searchRange); local
40 while (probe > unity) {
41 probe >>= 1;
42 trial = (const LookupSegment *) ((char *) entry + probe);
59 le_int16 probe = SWAPW(searchRange); local
69 while (probe > unity) {
70 probe >>= 1;
71 trial = (const LookupSingle *) ((char *) entry + probe);
CoverageTables.cpp 48 le_uint16 probe = power; local
59 while (probe > (1 << 0)) {
60 probe >>= 1;
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
63 index += probe;
PairPositioningSubtables.cpp 146 le_uint16 probe = power * recordSize;
154 while (probe > recordSize) {
155 probe >>= 1;
156 trial = (const PairValueRecord *) ((char *) record + probe);
  /external/icu4c/samples/layout/
cmaps.cpp 131 le_uint16 probe = 1 << fEntrySelector; local
138 while (probe > (1 << 0)) {
139 probe >>= 1;
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
142 index += probe;
180 le_int32 probe = fPower; local
187 while (probe > (1 << 0)) {
188 probe >>= 1;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
    [all...]
  /external/icu4c/test/letest/
cmaps.cpp 125 le_uint16 probe = 1 << fEntrySelector; local
132 while (probe > (1 << 0)) {
133 probe >>= 1;
135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
136 index += probe;
174 le_int32 probe = fPower; local
181 while (probe > (1 << 0)) {
182 probe >>= 1;
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
185 range += probe;
    [all...]
FontObject.cpp 63 le_uint16 probe = 1 << entrySelector; local
69 while (probe > (1 << 0)) {
70 probe >>= 1;
72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) {
73 table += probe;
161 le_uint16 probe = 1 << cmEntrySelector; local
168 while (probe > (1 << 0)) {
169 probe >>= 1;
171 if (SWAPW(cmStartCodes[index + probe]) <= unicode) {
172 index += probe;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 2 * probe.c - identify a block device by its contents, and return a dev
37 #include "probe.h"
322 static int probe_ext4dev(struct blkid_probe *probe,
363 get_ext2_info(probe->dev, id, buf);
367 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id,
411 get_ext2_info(probe->dev, id, buf);
415 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id,
433 get_ext2_info(probe->dev, id, buf);
437 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id,
465 get_ext2_info(probe->dev, id, buf)
1500 struct blkid_probe probe; local
    [all...]
  /external/icu4c/layoutex/
LXUtilities.cpp 57 le_int32 probe = power; local
64 while (probe > (1 << 0)) {
65 probe >>= 1;
67 if (value >= array[index + probe]) {
68 index += probe;
  /external/webkit/Source/JavaScriptCore/runtime/
Tracing.d 28 probe gc__begin();
29 probe gc__marked();
30 probe gc__end();
32 probe profile__will_execute(int, char*, char*, int);
33 probe profile__did_execute(int, char*, char*, int);
  /external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.cpp 73 const HTMLEntityTableEntry* probe = halfway(left, right); local
74 result = compare(probe, nextCharacter);
76 left = probe;
79 right = probe;
98 const HTMLEntityTableEntry* probe = halfway(left, right); local
99 result = compare(probe, nextCharacter);
101 right = probe;
104 left = probe;
  /external/chromium/net/url_request/
https_prober.h 32 // HTTPSProber is a singleton object that manages HTTPS probes. A HTTPS probe
44 // InFlight returns true iff a probe for the given host is currently active.
47 // ProbeHost starts a new probe for the given host. If the host is known to
49 // other action is taken. If a probe to the given host in currently inflight,
51 // probe is started, true is returned and the Delegate will be called with the
  /external/grub/docs/
grub.8 39 do not probe any floppy drive
47 \fB\-\-probe\-second\-floppy\fR
48 probe the second floppy drive
grub-install.8 25 do not probe any floppy drive
32 probe a device map even if it already exists
  /external/chromium/third_party/libjingle/source/talk/base/
autodetectproxy.cc 121 std::string probe; local
125 probe.assign("CONNECT www.google.com:443 HTTP/1.0\r\n"
127 probe.append(agent_);
128 probe.append("\r\n"
135 probe.assign("\005\001\000", 3);
143 << " sending " << probe.size() << " bytes";
144 socket_->Send(probe.data(), probe.size());
  /external/kernel-headers/original/asm-x86/
genapic_32.h 24 int (*probe)(void); member in struct:genapic
59 is switched to this. Essentially they are additional probe
90 .probe = aprobe, \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 38 * Contains a ranged probe policy.
44 // A sample ranged-probe functor.
71 // Transforms the const key reference r_key into the i-th position within the table. This method is called for each collision within the probe sequence.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 38 * Contains a ranged probe policy.
44 // A sample ranged-probe functor.
71 // Transforms the const key reference r_key into the i-th position within the table. This method is called for each collision within the probe sequence.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 38 * Contains a ranged probe policy.
44 // A sample ranged-probe functor.
71 // Transforms the const key reference r_key into the i-th position within the table. This method is called for each collision within the probe sequence.
  /bionic/libc/kernel/common/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /external/wpa_supplicant_8/src/ap/
beacon.h 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver

Completed in 860 milliseconds

1 2 3 4 5 6 7 8 91011>>