OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_one
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/gap/
gap_ble.cc
107
auto
last_one
= std::prev(gap_clcbs.end());
local
108
*it = *
last_one
;
109
gap_clcbs.erase(
last_one
);
/toolchain/binutils/binutils-2.25/binutils/
ar.c
863
bfd **
last_one
;
962
last_one
= &(arch->archive_next);
969
*
last_one
= next_one;
970
last_one
= &next_one->archive_next;
972
*
last_one
= (bfd *) NULL;
860
bfd **
last_one
;
local
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c
129
static unsigned int
last_one
= 0;
variable
443
dma_desc_in.status.b.sp =
last_one
;
454
dma_desc_in.status.b.sp =
last_one
;
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c
2244
bfd*
last_one
= ppc_get_last();
local
[
all
...]
Completed in 690 milliseconds