Searched refs:poke (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsnmfmt.cpp | 116 char* poke = (char*)&d; in randDouble() local 120 poke[i] = (char)(rand() & 0xFF); in randDouble() 138 char* poke = (char*)&d; in randLong() local 141 poke[i] = (char)(rand() & 0xFF); in randLong()
|
H A D | tsdate.cpp | 236 char* poke = (char*)&d; in randDouble() local 241 poke[i] = (char)(rand() & 0xFF); in randDouble()
|
H A D | nmfmtrt.cpp | 70 char* poke = (char*)&d; in randLong() local 73 poke[i] = (char)(rand() & 0xFF); in randLong()
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 512 poke((on>>16) + (char *)&ifre, l, on&15); in ifconfig_main()
|
/third_party/toybox/lib/ |
H A D | lib.h | 230 void poke(void *ptr, long long val, unsigned size);
|
H A D | lib.c | 688 void poke(void *ptr, long long val, unsigned size) in poke() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 223 void poke(void *ptr, long long val, unsigned size);
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ifconfig.c | 525 poke((on>>16) + (char *)&ifre, l, on&15); in ifconfig_main()
|
Completed in 11 milliseconds