Home
last modified time | relevance | path

Searched refs:poke (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp116 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 Dtsdate.cpp236 char* poke = (char*)&d; in randDouble() local
241 poke[i] = (char)(rand() & 0xFF); in randDouble()
H A Dnmfmtrt.cpp70 char* poke = (char*)&d; in randLong() local
73 poke[i] = (char)(rand() & 0xFF); in randLong()
/third_party/toybox/toys/net/
H A Difconfig.c512 poke((on>>16) + (char *)&ifre, l, on&15); in ifconfig_main()
/third_party/toybox/lib/
H A Dlib.h230 void poke(void *ptr, long long val, unsigned size);
H A Dlib.c688 void poke(void *ptr, long long val, unsigned size) in poke() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h223 void poke(void *ptr, long long val, unsigned size);
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c525 poke((on>>16) + (char *)&ifre, l, on&15); in ifconfig_main()

Completed in 11 milliseconds