OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitsp
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/src/platform/stm32f4xx/
gpio.c
241
uint32_t bits[10], *
bitsP
= bits, base = (uint32_t)&block->BSRR;
282
:"=r"(i), "=r"(
bitsP
), "=r"(base)
283
:"0"(i), "1"(
bitsP
), "2"(base)
/external/c-ares/
inet_net_pton.c
203
getbits(const char *src, int *
bitsp
)
229
*
bitsp
= val;
234
getv4(const char *src, unsigned char *dst, int *
bitsp
)
262
return (getbits(src,
bitsp
));
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c
85
FILE* inp, *outp, *f_bn, *
bitsp
;
local
264
if ((
bitsp
= fopen(bitfilename, "wb")) == NULL) {
388
fclose(
bitsp
);
456
fwrite(streamdata, 1, stream_len,
bitsp
); /* NOTE! Writes bytes to file */
Completed in 297 milliseconds