OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_bin
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp
140
RandomAccessIter *
target_bin
;
165
for(
target_bin
= (bins + ((*current >> log_divisor) - div_min));
target_bin
!= local_bin;
166
target_bin
= bins + ((*current >> log_divisor) - div_min)) {
170
RandomAccessIter b = (*
target_bin
)++;
214
for(RandomAccessIter *
target_bin
= (bins + (shift(*current, log_divisor) - div_min));
target_bin
!= local_bin;
215
target_bin
= bins + (shift(*current, log_divisor) - div_min)) {
217
RandomAccessIter b = (*
target_bin
)++;
443
for(RandomAccessIter *
target_bin
= (bins + ((cast_float_iter<div_type, RandomAccessIter>(current) >> log_divisor) - div_min)); tar (…)
1150
RandomAccessIter *
target_bin
;
local
1211
RandomAccessIter *
target_bin
;
local
1326
RandomAccessIter *
target_bin
;
local
1413
RandomAccessIter *
target_bin
;
local
1504
RandomAccessIter *
target_bin
;
local
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py
130
self.
target_bin
= {'ia32': 'mingw32', 'x64': 'mingw32', 'ipf': 'elf'}[self.arch]
131
self.target_combo = '-'.join((self.target_arch, self.target_sys, self.
target_bin
))
Completed in 56 milliseconds