OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldaddr
(Results
1 - 4
of
4
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Usb.h
138
byte setAddr( byte
oldaddr
, byte ep, byte newaddr, unsigned int nak_limit = USB_NAK_LIMIT );
173
inline byte USB::setAddr( byte
oldaddr
, byte ep, byte newaddr, unsigned int nak_limit ) {
174
return( ctrlReq(
oldaddr
, ep, bmREQ_SET, USB_REQUEST_SET_ADDRESS, newaddr, 0x00, 0x0000, 0x0000, NULL, nak_limit ));
/bionic/libc/bionic/
fts.c
549
void *
oldaddr
;
local
655
oldaddr
= sp->fts_path;
673
if (
oldaddr
!= sp->fts_path) {
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h
152
wordptr BitVector_Resize (wordptr
oldaddr
, N_int bits); /* realloc */
bitvect.c
518
wordptr BitVector_Resize(wordptr
oldaddr
, N_int bits) /* realloc */
529
oldsize = size_(
oldaddr
);
530
oldmask = mask_(
oldaddr
);
533
if (oldsize > 0) *(
oldaddr
+oldsize-1) &= oldmask;
536
newaddr =
oldaddr
;
552
source =
oldaddr
;
557
BitVector_Destroy(
oldaddr
);
[
all
...]
Completed in 80 milliseconds