OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bidx
(Results
1 - 12
of
12
) sorted by null
/external/jemalloc/src/
android_je_mallinfo.c
82
struct mallinfo __mallinfo_bin_info(size_t aidx, size_t
bidx
) {
87
if (aidx < narenas_auto &&
bidx
< NBINS) {
89
arena_bin_t* bin = &arenas[aidx]->bins[
bidx
];
92
mi.ordblks = arena_bin_info[
bidx
].reg_size * bin->stats.curregs;
/external/f2fs-tools/fsck/
dump.c
325
unsigned int
bidx
= 0;
local
341
bidx
= node_ofs - 1;
344
bidx
= node_ofs - 2 - dec;
347
bidx
= node_ofs - 5 - dec;
349
bidx
=
bidx
* ADDRS_PER_BLOCK + ADDRS_PER_INODE(&node_blk->i);
351
bidx
+= ofs_in_node;
355
bidx
,
bidx
* 4096);
/device/google/contexthub/firmware/os/algos/
time_sync.c
41
size_t
bidx
= (sync->i >= sync->n) ? (sync->i - sync->n)
local
45
for (k = 0; k <
bidx
; ++k) {
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp
255
std::string::size_type
bidx
, eidx;
local
257
bidx
= CStr.find_first_not_of(delims);
258
while (
bidx
!= std::string::npos) {
259
eidx = CStr.find_first_of(delims,
bidx
);
263
ParseConstraint(CStr.substr(
bidx
, eidx -
bidx
), Ops);
264
bidx
= CStr.find_first_not_of(delims, eidx);
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
263
std::string::size_type
bidx
, eidx;
local
265
bidx
= CStr.find_first_not_of(delims);
266
while (
bidx
!= std::string::npos) {
267
eidx = CStr.find_first_of(delims,
bidx
);
271
ParseConstraint(CStr.substr(
bidx
, eidx -
bidx
), Ops);
272
bidx
= CStr.find_first_not_of(delims, eidx);
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp
2068
unsigned
bidx
= i * 4;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
/external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar
/prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar
/prebuilts/sdk/tools/
jack-launcher.jar
Completed in 266 milliseconds