Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:jdx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
sort.c
383
int
jdx
;
in sort_main()
local
385
for (
jdx
=0, idx=1; idx<TT.linecount; idx++) {
in sort_main()
386
if (!compare_keys(&TT.lines[
jdx
], &TT.lines[idx]))
in sort_main()
388
else TT.lines[++
jdx
] = TT.lines[idx];
in sort_main()
390
if (TT.linecount) TT.linecount =
jdx
+1;
in sort_main()
/third_party/pulseaudio/src/modules/
H
A
D
module-intended-roles.c
276
uint32_t
jdx
;
in sink_unlink_hook_callback()
local
292
PA_IDXSET_FOREACH(d, c->sinks,
jdx
) {
in sink_unlink_hook_callback()
327
uint32_t
jdx
;
in source_unlink_hook_callback()
local
348
PA_IDXSET_FOREACH(d, c->sources,
jdx
) {
in source_unlink_hook_callback()
/third_party/python/Python/
H
A
D
hamt.c
831
uint32_t
jdx
= hamt_mask(hash, shift);
in hamt_node_bitmap_assoc()
local
832
/* '
jdx
' is the index of where the new key should be added
in hamt_node_bitmap_assoc()
853
Set that bitmap node to new-array-node[
jdx
]. */
in hamt_node_bitmap_assoc()
854
new_node->a_array[
jdx
] = hamt_node_assoc(
in hamt_node_bitmap_assoc()
856
if (new_node->a_array[
jdx
] == NULL) {
in hamt_node_bitmap_assoc()
865
/* Ensure we don't accidentally override `
jdx
` element
in hamt_node_bitmap_assoc()
Completed in 5 milliseconds