HomeSort by: relevance | last modified time | path
    Searched defs:btype (Results 1 - 25 of 25) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_sbag.c 67 int btype = PKCS12_SAFEBAG_get_nid(bag); local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag)
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
p12_sbag.c 67 int btype = PKCS12_SAFEBAG_get_nid(bag); local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag)
  /src/external/bsd/nvi/dist/common/
search.c 152 busy_t btype; local
205 btype = BUSY_ON;
211 search_busy(sp, btype);
212 btype = BUSY_UPDATE;
297 busy_t btype; local
337 btype = BUSY_ON;
343 search_busy(sp, btype);
344 btype = BUSY_UPDATE;
489 search_busy(SCR *sp, busy_t btype)
491 sp->gp->scr_busy(sp, "078|Searching...", btype);
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_global.c 76 busy_t btype; local
199 btype = BUSY_ON;
210 search_busy(sp, btype);
211 btype = BUSY_UPDATE;
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs12/
p12_sbag.c 68 int btype = PKCS12_SAFEBAG_get_nid(bag); local
70 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag)
77 int btype = PKCS12_SAFEBAG_get_nid(bag); local
79 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag)
  /src/tests/lib/libc/stdio/
h_intr.c 59 int btype; /* buffering type: _IONBF, ... */ member in struct:options
158 setvbuf(ofp, NULL, opts.btype, opts.asize);
159 setvbuf(ifp, NULL, opts.btype, opts.asize);
329 return opts.btype;
440 fprintf(fp, " -p TYPE Buffering type (%s)\n", btype2str(opts.btype));
463 opts.btype = _IONBF;
513 opts.btype = i;
  /src/external/gpl3/gdb/dist/gdb/
gnu-v2-abi.c 192 struct type *btype;
225 btype = known_type_vptr_basetype;
226 btype = check_typedef (btype);
227 if (btype != known_type )
229 v = value_cast (btype, v);
191 struct type *btype; local
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v2-abi.c 193 struct type *btype;
226 btype = known_type_vptr_basetype;
227 btype = check_typedef (btype);
228 if (btype != known_type )
230 v = value_cast (btype, v);
192 struct type *btype; local
  /src/external/zlib/pigz/dist/zopfli/
deflate.c 323 size_t lstart, size_t lend, int btype) {
330 double result = 3; /*bfinal and btype bits*/
332 assert(btype == 1 || btype == 2); /* This is not for uncompressed blocks. */
334 if(btype == 1) {
353 btype: the block type, must be 1 or 2
367 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final,
385 AddBit(btype & 1, bp, out, outsize);
386 AddBit((btype & 2) >> 1, bp, out, outsize);
388 if (btype == 1)
440 int btype = 2; local
    [all...]
  /src/sys/arch/sparc64/dev/
ffb.c 198 int btype; local
209 btype = prom_getpropint(sc->sc_node, "board_type", 0);
210 if ((btype & 7) == 3)
216 btype = 0;
315 &(sc->sc_edid_info.edid_modes[i]), btype,
1448 ffb_set_vmode(struct ffb_softc *sc, struct videomode *mode, int btype,
1475 if(((sc->sc_type == FFB_CREATOR && !((btype & 7) == 3)) ||
1507 if ((sc->sc_type == FFB_CREATOR && !((btype & 7) == 3)))
  /src/sys/dev/pci/
if_vmxreg.h 128 uint32_t btype:1; /* Buffer type */ member in struct:vmxnet3_rxdesc
if_vmx.c 2191 int idx, btype, error; local
2202 btype = VMXNET3_BTYPE_HEAD;
2238 rxd->btype = btype;
2421 KASSERT(rxd->btype == VMXNET3_BTYPE_HEAD);
2448 KASSERT(rxd->btype == VMXNET3_BTYPE_BODY);
  /src/external/bsd/file/dist/src/
readelf.c 562 const char *btype; local
567 btype = "xxHash";
570 btype = "md5/uuid";
573 btype = "sha1";
576 btype = "unknown";
579 if (file_printf(ms, ", BuildID[%s]=", btype) == -1)
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.c 179 bfd_reloc_code_real_type btype; local
186 btype = BFD_RELOC_LARCH_B26;
189 btype = bfd_elf_loongarch_larch_reloc_name_lookup (NULL, op_c_str);
190 if (btype == BFD_RELOC_NONE)
206 top->type = btype;
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.c 178 bfd_reloc_code_real_type btype; local
185 btype = BFD_RELOC_LARCH_B26;
188 btype = loongarch_larch_reloc_name_lookup (NULL, op_c_str);
189 if (btype == BFD_RELOC_NONE)
205 top->type = btype;
  /src/sys/dev/ic/
isp.c 165 const char *btype = "????"; local
249 btype = "2100";
252 btype = "2200";
255 btype = "2300";
258 btype = "2312";
261 btype = "2322";
264 btype = "2422";
267 btype = "2532";
287 btype = "1240";
302 btype = "10160"
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 3210 tree btype = BINFO_TYPE (t);
3211 int subvis = type_visibility (btype);
3217 tree nlt = no_linkage_check (btype, /*relaxed_p=*/false);
3220 if (same_type_p (btype, nlt))
3223 type, btype);
3227 type, btype, nlt);
3230 && !decl_anon_ns_mem_p (btype))
3233 type, btype);
3237 type, btype);
3205 tree btype = BINFO_TYPE (t); local
tree.cc 4859 tree btype = DECL_BIT_FIELD_TYPE (field);
4860 if (!type_has_unique_obj_representations (btype))
4853 tree btype = DECL_BIT_FIELD_TYPE (field); local
call.cc 2480 tree btype = DECL_INHERITED_CTOR_BASE (fn); local
2482 && reference_related_p (btype, ptype))
decl.cc 9585 tree btype = find_decomp_class_base (loc, type, NULL_TREE);
9586 if (btype == error_mark_node)
9588 else if (btype == NULL_TREE)
9594 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
9604 if (type != btype)
9606 t = convert_to_base (t, btype, /*check_access*/true,
9608 type = btype;
9611 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
9573 tree btype = find_decomp_class_base (loc, type, NULL_TREE); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 4772 tree btype = DECL_BIT_FIELD_TYPE (field);
4773 if (!type_has_unique_obj_representations (btype))
4766 tree btype = DECL_BIT_FIELD_TYPE (field); local
call.cc 2392 tree btype = DECL_INHERITED_CTOR_BASE (fn); local
2394 && reference_related_p (btype, ptype))
decl.cc 9150 tree btype = find_decomp_class_base (loc, type, NULL_TREE);
9151 if (btype == error_mark_node)
9153 else if (btype == NULL_TREE)
9159 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
9169 if (type != btype)
9171 t = convert_to_base (t, btype, /*check_access*/true,
9173 type = btype;
9176 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
9138 tree btype = find_decomp_class_base (loc, type, NULL_TREE); local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 2826 tree btype = BINFO_TYPE (binfo); local
2831 BINFO_TYPE (binfo2) = btype;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 2828 tree btype = BINFO_TYPE (binfo); local
2833 BINFO_TYPE (binfo2) = btype;

Completed in 113 milliseconds