HomeSort by: relevance | last modified time | path
    Searched refs:coding (Results 1 - 19 of 19) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
sink_40.h 22 uint8_t coding; member in struct:dns_rdata_sink_t
sink_40.c 43 /* coding */
66 uint8_t meaning, coding, subcoding; local
73 /* Meaning, Coding and Subcoding */
76 coding = uint8_fromregion(&sr);
80 snprintf(buf, sizeof(buf), "%u %u %u", meaning, coding, subcoding);
169 /* Coding */
170 RETERR(uint8_tobuffer(sink->coding, target));
196 /* Coding */
197 sink->coding = uint8_fromregion(&sr);
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
sink_40.h 23 uint8_t coding; member in struct:dns_rdata_sink_t
sink_40.c 43 /* coding */
66 uint8_t meaning, coding, subcoding; local
73 /* Meaning, Coding and Subcoding */
76 coding = uint8_fromregion(&sr);
80 snprintf(buf, sizeof(buf), "%u %u %u", meaning, coding, subcoding);
170 /* Coding */
171 RETERR(uint8_tobuffer(sink->coding, target));
202 /* Coding */
206 sink->coding = uint8_fromregion(&sr);
  /src/games/adventure/
save.c 81 static const char coding[91] = variable
91 s = strchr(coding, letter);
95 *ret = (s - coding) % 16;
108 return coding[code];
  /src/external/gpl3/gcc.old/dist/contrib/
check_GNU_style.sh 32 complete. The reference documentation of the GNU Coding Standards
34 and there are also some additional coding conventions for GCC:
  /src/external/gpl3/gcc/dist/contrib/
check_GNU_style.sh 32 complete. The reference documentation of the GNU Coding Standards
34 and there are also some additional coding conventions for GCC:
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
gdb_ari.sh 1127 An IF statement'\''s expression contains an assignment (the GNU coding \
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
gdb_ari.sh 1127 An IF statement'\''s expression contains an assignment (the GNU coding \
  /src/usr.bin/make/unit-tests/
parse-var.mk 82 # Trailing spaces are common in some coding styles, others omit them.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
com-palignr.asm 71 C movaps, since it has the shortest coding.
copyd-palignr.asm 68 C movaps, since it has the shortest coding.
copyi-palignr.asm 72 C movaps, since it has the shortest coding.
  /src/external/mpl/bind/include/dns/
rdatastruct.h 1080 uint8_t coding; member in struct:dns_rdata_sink_t
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 1205 uint8_t coding; member in struct:dns_rdata_sink_t
  /src/external/bsd/tcpdump/dist/
print-802_11.c 3069 uint8_t coding; local
3121 rc = nd_cpack_uint8(ndo, s, &coding);
3140 (coding & (IEEE80211_RADIOTAP_CODING_LDPC_USERn << i)) ?
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 2322 /* Return the number of bits shift used with DP-relative coding method
2323 CODING. */
2326 tic6x_dpr_shift (tic6x_coding_method coding)
2328 switch (coding)
2344 /* Return the relocation used with DP-relative coding method
2345 CODING. */
2348 tic6x_dpr_reloc (tic6x_coding_method coding)
2350 switch (coding)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 2322 /* Return the number of bits shift used with DP-relative coding method
2323 CODING. */
2326 tic6x_dpr_shift (tic6x_coding_method coding)
2328 switch (coding)
2344 /* Return the relocation used with DP-relative coding method
2345 CODING. */
2348 tic6x_dpr_reloc (tic6x_coding_method coding)
2350 switch (coding)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 2015 rather than hard-coding it here. Android concatenates all time zone

Completed in 67 milliseconds