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

/freebsd-11-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-11-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-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S26 js 1f
H A Dfloatundisf.S24 js 1f
/freebsd-11-stable/contrib/libxo/xohtml/
H A DMakefile.am12 external/jquery.js \
14 external/jquery.qtip.js
17 xohtml.js \
/freebsd-11-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-11-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S314 js LeaveNow
333 js LeaveNow
352 js LeaveNow
394 js LeaveNow
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp544 void column::justify(const justification_spec &js) argument
547 js.justify(col, &bottom);
557 justification_spec js(height);
562 js.append(nm, v);
574 js.append(nm, v);
577 the_column->justify(js);
/freebsd-11-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-11-stable/usr.sbin/jail/
H A Djailp.h77 #define JF_DO_STOP(js) (((js) & (JF_SET | JF_STOP)) == JF_STOP)
/freebsd-11-stable/sys/contrib/zlib/contrib/asm686/
H A Dmatch.S227 js LeaveNow
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S233 js save_curdrive # Possibly (0x80 set)
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dghash-x86.S67 js .L001x86_break
171 js .L004x86_break
250 js .L007mmx_break
1333 js .L001x86_break
1437 js .L004x86_break
1516 js .L007mmx_break
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl189 &js (&label("x86_break"));
547 &js (&label("mmx_break"));
H A Dghash-x86_64.pl179 js .Lbreak$N
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1068 js KMP_LABEL(kmp_0) // jump to movq
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dghash-x86_64.S45 js .Lbreak1

Completed in 255 milliseconds