Searched refs:js (Results 1 - 25 of 25) sorted by relevance

/freebsd-12-stable/contrib/ntp/libjsmn/
H A Djsmn_test.c33 #define TOKEN_STRING(js, t, s) \
34 (strncmp(js+(t).start, s, (t).end - (t).start) == 0 \
45 const char *js; local
50 js = "{}";
52 r = jsmn_parse(&p, js, strlen(js), t, 10);
57 js = "[]";
59 r = jsmn_parse(&p, js, strlen(js), t, 10);
64 js
83 const char *js; local
119 const char *js; local
167 const char *js; local
200 const char *js; local
250 const char *js; local
271 const char *js; local
310 const char *js; local
336 const char *js; local
365 const char *js; local
397 const char *js; local
439 const char *js; local
458 const char *js; local
504 const char *js; local
569 const char *js; local
[all...]
H A Djsmn.c37 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, argument
44 for (; parser->pos < len && js[parser->pos] != '\0'; parser->pos++) {
45 switch (js[parser->pos]) {
54 if (js[parser->pos] < 32 || js[parser->pos] >= 127) {
86 static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js, argument
95 for (; parser->pos < len && js[parser->pos] != '\0'; parser->pos++) {
96 char c = js[parser->pos];
119 switch (js[parser->pos]) {
127 for(i = 0; i < 4 && parser->pos < len && js[parse
153 jsmn_parse(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, unsigned int num_tokens) argument
[all...]
H A Djsmn.h68 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, size_t len,
/freebsd-12-stable/contrib/ntp/libjsmn/example/
H A Djsondump.c12 static int dump(const char *js, jsmntok_t *t, size_t count, int indent) { argument
18 printf("%.*s", t->end - t->start, js+t->start);
21 printf("'%.*s'", t->end - t->start, js+t->start);
28 j += dump(js, t+1+j, count-j, indent+1);
30 j += dump(js, t+1+j, count-j, indent+1);
40 j += dump(js, t+1+j, count-j, indent+1);
51 char *js = NULL; local
85 js = realloc(js, jslen + r + 1);
86 if (js
[all...]
/freebsd-12-stable/usr.bin/xohtml/
H A DMakefile14 external/jquery.js \
16 external/jquery.qtip.js
19 xohtml.js \
/freebsd-12-stable/lib/libpmc/pmu-events/
H A Djsmn.c62 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, argument
72 switch (js[parser->pos]) {
91 if (js[parser->pos] < 32 || js[parser->pos] >= 127) {
119 static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js, argument
130 char c = js[parser->pos];
147 switch (js[parser->pos]) {
176 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, size_t len, argument
187 c = js[parser->pos];
225 r = jsmn_parse_string(parser, js, le
[all...]
H A Djsmn.h62 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S26 js 1f
H A Dfloatundisf.S24 js 1f
/freebsd-12-stable/contrib/libxo/xohtml/
H A DMakefile.am12 external/jquery.js \
14 external/jquery.qtip.js
17 xohtml.js \
/freebsd-12-stable/contrib/libxo/
H A DMakefile.am43 ${top_srcdir}/xohtml/xohtml.js \
44 ${top_srcdir}/xohtml/external/jquery.js \
46 ${top_srcdir}/xohtml/external/jquery.qtip.js
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Demscripten.sh23 export PREFIX="$(pwd)/libsodium-js"
24 export DONE_FILE="$(pwd)/js.done"
31 export PREFIX="$(pwd)/libsodium-js-sumo"
32 export DONE_FILE="$(pwd)/js-sumo.done"
38 export PREFIX="$(pwd)/libsodium-js-tests"
39 export DONE_FILE="$(pwd)/js-tests-browser.done"
48 export PREFIX="$(pwd)/libsodium-js-tests"
49 export DONE_FILE="$(pwd)/js-tests.done"
79 emccLibsodium "${PREFIX}/lib/libsodium.asm.tmp.js" -Oz -s WASM=0 -s RUNNING_JS_OPTS=1
80 emccLibsodium "${PREFIX}/lib/libsodium.wasm.tmp.js"
[all...]
/freebsd-12-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S314 js LeaveNow
333 js LeaveNow
352 js LeaveNow
394 js LeaveNow
/freebsd-12-stable/contrib/netbsd-tests/include/
H A Dt_bitstring.c49 int jc, js; local
52 bit_ffs(b, n, &js);
54 (void) fprintf(file, "%3d %3d ", jc, js);
/freebsd-12-stable/usr.sbin/jail/
H A Djailp.h77 #define JF_DO_STOP(js) (((js) & (JF_SET | JF_STOP)) == JF_STOP)
/freebsd-12-stable/sys/contrib/zlib/contrib/asm686/
H A Dmatch.S227 js LeaveNow
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A DMakefile.am5 pre.js.inc \
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S233 js save_curdrive # Possibly (0x80 set)
/freebsd-12-stable/secure/lib/libcrypto/i386/
H A Dghash-x86.S66 js .L001x86_break
170 js .L004x86_break
249 js .L007mmx_break
1331 js .L001x86_break
1435 js .L004x86_break
1514 js .L007mmx_break
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl198 &js (&label("x86_break"));
556 &js (&label("mmx_break"));
H A Dghash-x86_64.pl190 js .Lbreak$N
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1068 js KMP_LABEL(kmp_0) // jump to movq
/freebsd-12-stable/secure/lib/libcrypto/amd64/
H A Dghash-x86_64.S63 js .Lbreak1
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl2949 js .Linit_vpmadd52 # if it is, then init R[4]
3388 js .Linit_vpmadd52 # if it is, then init R[4]
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl264 js .LChaCha20_avx512vl

Completed in 183 milliseconds