Home
last modified time | relevance | path

Searched defs:bytes_n (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dntoh.c18 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dntoh.c18 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dntoh.c18 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dntoh.c18 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dntoh.c18 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dntoh.c18 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dntoh.c18 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/utils/
H A Dsc_temporary.h79 inline char* allocate( std::size_t bytes_n ) in allocate()