OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base_ptr
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/glib/
gqsort.c
123
register char *
base_ptr
= (char *) pbase;
local
137
char *lo =
base_ptr
;
232
/* Once the
BASE_PTR
array is partially sorted by quicksort the rest
234
for partitions below MAX_THRESH size.
BASE_PTR
points to the beginning
241
char *const end_ptr = &
base_ptr
[size * (total_elems - 1)];
242
char *tmp_ptr =
base_ptr
;
243
char *thresh = min(end_ptr,
base_ptr
+ max_thresh);
254
if (tmp_ptr !=
base_ptr
)
255
SWAP (tmp_ptr,
base_ptr
, size);
259
run_ptr =
base_ptr
+ size
[
all
...]
/external/srec/srec/clib/
fpi_tgt.c
729
featdata *
base_ptr
= NULL;
local
743
ASSERT(
base_ptr
= frmPkt->pullp);
748
ASSERT(
base_ptr
== currentRECframePtr(frmPkt));
779
ASSERT(
base_ptr
== currentRECframePtr(frmPkt));
Completed in 3547 milliseconds