HomeSort by relevance Sort by last modified time
    Searched defs:probe (Results 51 - 75 of 263) sorted by null

1 23 4 5 6 7 8 91011

  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /development/ndk/platforms/android-9/arch-x86/include/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /external/icu/icu4c/source/common/
uvectr32.cpp 309 int32_t probe = (min + max) / 2; local
310 //int8_t c = (*compare)(elements[probe], tok);
312 if (elements[probe] > tok) {
313 max = probe;
316 min = probe + 1;
  /external/icu/icu4c/source/test/letest/
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...]
cmaps.cpp 175 le_uint16 probe = 1 << fEntrySelector; local
182 while (probe > (1 << 0)) {
183 probe >>= 1;
185 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
186 index += probe;
224 le_int32 probe = fPower; local
231 while (probe > (1 << 0)) {
232 probe >>= 1;
234 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
235 range += probe;
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
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...]
cmaps.cpp 172 le_uint16 probe = 1 << fEntrySelector; local
179 while (probe > (1 << 0)) {
180 probe >>= 1;
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
183 index += probe;
221 le_int32 probe = fPower; local
228 while (probe > (1 << 0)) {
229 probe >>= 1;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 128 uint32_t probe; local
130 /* Probe until we find either a matching FILLED entry or an EMPTY
134 * as a previous linear probe for the same key could have continued
137 for (probe = 0; probe < cache->size; probe++) {
138 uint32_t i = (index + probe) % cache->size;
  /external/v8/src/
compilation-cache.cc 96 // Probe the script generation tables. Make sure not to leak handles
151 // Probe the script generation tables. Make sure not to leak handles
156 Handle<Object> probe = table->Lookup(source, context, language_mode); local
157 if (probe->IsSharedFunctionInfo()) {
159 Handle<SharedFunctionInfo>::cast(probe);
  /external/webrtc/webrtc/base/
autodetectproxy.cc 222 std::string probe; local
226 probe.assign("CONNECT www.google.com:443 HTTP/1.0\r\n"
228 probe.append(agent_);
229 probe.append("\r\n"
236 probe.assign("\005\001\000", 3);
244 << " sending " << probe.size() << " bytes";
245 socket_->Send(probe.data(), probe.size());
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 35 const unsigned int probe = 1; local
46 m_Index += probe;
105 const unsigned int probe = 1; local
107 m_Index += probe;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver

Completed in 1768 milliseconds

1 23 4 5 6 7 8 91011