HomeSort by relevance Sort by last modified time
    Searched full:c_in (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_frag.c 38 uint32_t a_in, a_out, c_in, c_out, k; local
40 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k);
47 PUSH_DATA (push, c_in);
nv10_state_frag.c 303 uint32_t *c_in, uint32_t *c_out, uint32_t *k)
326 *c_in = rc_c.in;
373 uint32_t a_in, a_out, c_in, c_out, k; local
375 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k);
388 PUSH_DATA (push, c_in);
nv10_driver.h 141 uint32_t *c_in, uint32_t *c_out, uint32_t *k);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_frag.c 38 uint32_t a_in, a_out, c_in, c_out, k; local
40 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k);
47 PUSH_DATA (push, c_in);
nv10_state_frag.c 303 uint32_t *c_in, uint32_t *c_out, uint32_t *k)
326 *c_in = rc_c.in;
373 uint32_t a_in, a_out, c_in, c_out, k; local
375 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k);
388 PUSH_DATA (push, c_in);
nv10_driver.h 141 uint32_t *c_in, uint32_t *c_out, uint32_t *k);
  /external/dnsmasq/src/
rfc1035.c 466 if (class == C_IN && type == T_TKEY)
543 if ((qclass == C_IN) && (qtype == T_A))
603 if ((qclass == C_IN) && (qtype == T_SOA))
672 if (qclass != C_IN)
708 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR))
779 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype))
884 if (qclass == C_IN)
923 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", addrp);
931 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6", addrp);
997 if (qclass == C_IN && qtype == T_A
    [all...]
  /external/bison/lib/
rawmemchr.c 24 rawmemchr (const void *s, int c_in)
39 c = (unsigned char) c_in;
108 C_IN is encountered. However, this is considered safe since the
memchr.c 59 __memchr (void const *s, int c_in, size_t n)
74 c = (unsigned char) c_in;
strchrnul.c 24 strchrnul (const char *s, int c_in)
39 c = (unsigned char) c_in;
  /external/ppp/pppd/plugins/pppoatm/
ans.c 50 if ((answer_len = res_search(text,C_IN,wanted,answer,MAX_ANSWER)) < 0)
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len)
  /ndk/sources/host-tools/sed-4.2.1/lib/
memchr.c 59 __memchr (void const *s, int c_in, size_t n)
74 c = (unsigned char) c_in;
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 139 error = getrrsetbyname(name, C_IN, T_CERT, 0, &rr);
148 if (rr->rri_rdclass != C_IN
239 anslen = res_query(name, C_IN, T_CERT, answer, buflen);
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 300 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) (const char* s, int c_in); \
301 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) (const char* s, int c_in) \
303 unsigned char c = (unsigned char) c_in; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 171 #define C_IN ns_c_in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 171 #define C_IN ns_c_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 171 #define C_IN ns_c_in
  /external/tcpdump/
print-lwres.c 426 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
545 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
print-domain.c 311 { C_IN, "IN" }, /* Not used */
341 if (class != C_IN)
383 if (class != C_IN && typ != T_OPT)
nameser.h 207 #define C_IN 1 /* the arpa internet */
  /bionic/libc/private/
arpa_nameser_compat.h 224 #define C_IN ns_c_in
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /external/openssh/
sftp.c 2009 int c_in, c_out; local
    [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c     [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 269 if (class != C_IN) {
332 qname, p_class(C_IN), p_type(qtype),
1284 n = res_nsearch(res, name, C_IN, type, buf->buf, sizeof(buf->buf));
1372 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
    [all...]

Completed in 426 milliseconds

1 2