Searched defs:class (Results 26 - 50 of 56) sorted by relevance

123

/external/tcpdump/
H A Dsmbutil.c964 const char *class; member in struct:__anon31558
983 smb_errstr(int class, int num) argument
990 for (i = 0; err_classes[i].class; i++)
991 if (err_classes[i].code == class) {
997 err_classes[i].class, err[j].name, err[j].message);
1002 snprintf(ret, sizeof(ret), "%s - %d", err_classes[i].class, num);
1006 snprintf(ret, sizeof(ret), "ERROR: Unknown error (%d,%d)", class, num);
H A Dprint-snmp.c223 * ASN.1 type class table
341 u_char form, class; /* tag info */ member in struct:be
408 u_char form, class, id; local
422 * + class |frm| id |
429 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
433 class = (u_char)(*p & ASN_CLASS_BITS) >> ASN_CLASS_SHIFT;
436 elem->class = class;
495 if (class >= sizeof(Class)/sizeof(Class[0])) {
496 printf("[class
[all...]
H A Dprint-forces.c472 u_int32_t class; member in struct:forces_lfbsh
1548 ib, tok2str(ForCES_LFBs, NULL, EXTRACT_32BITS(&lfbs->class)),
1549 EXTRACT_32BITS(&lfbs->class),
/external/bison/src/
H A Dsymtab.c87 res->class = unknown_sym;
328 symbol_class_set (symbol *sym, symbol_class class, location loc, bool declaring) argument
330 if (sym->class != unknown_sym && sym->class != class)
336 if (class == nterm_sym && sym->class != nterm_sym)
338 else if (class == token_sym && sym->number == NUMBER_UNDEFINED)
341 sym->class = class;
[all...]
/external/checkpolicy/test/
H A Ddismod.c74 static void render_access_mask(uint32_t mask, uint32_t class, policydb_t * p, argument
79 perm = sepol_av_to_string(p, class, mask);
85 static void render_access_bitmap(ebitmap_t * map, uint32_t class, argument
93 perm = sepol_av_to_string(p, class, 1 << i);
272 display_id(policy, fp, SYM_CLASSES, cur->class - 1, "");
281 render_access_mask(avrule->perms->data, avrule->perms->class,
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp35 #define class macro
120 class
/external/ipsec-tools/
H A Dsetup.c70 static void add_sainfo_algorithm(int class, int algorithm, int length) argument
76 if (!sainfo.algs[class]) {
77 sainfo.algs[class] = p;
79 struct sainfoalg *q = sainfo.algs[class];
/external/ppp/pppd/plugins/radius/
H A Dradius.c123 char class[MAXCLASSLEN]; member in struct:radius_state
633 memcpy(rstate.class, vp->strvalue, rstate.class_len);
873 rstate.class, rstate.class_len, VENDOR_NONE);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c714 /* Register the class for this application -- exported for winmain.c */
717 WNDCLASS class; local
748 /* Register the application class */
749 class.hCursor = NULL;
750 class.hIcon = LoadImage(SDL_Instance, SDL_Appname,
753 class.lpszMenuName = NULL;
754 class.lpszClassName = SDL_Appname;
755 class.hbrBackground = NULL;
756 class.hInstance = SDL_Instance;
757 class
799 WNDCLASS class; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c353 static int add_visual(_THIS, int depth, int class) argument
356 if(XMatchVisualInfo(SDL_Display, SDL_Screen, depth, class, &vi)) {
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c927 btif_config_set_str(section, key, "class", "smart phone");
949 char class[128] = {0}; local
959 size = sizeof(class);
960 ret = btif_config_get_str(section, key, "class", class, &size);
961 bdld("btif_config_get_str return:%d, Remote devices:%s, class:%s", ret, key, class);
975 size = sizeof(class);
977 btif_config_set("Remote", "00:22:5F:97:56:04", "Class Delete", class, strlen(class)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y335 %type <selector> class
1228 | class
1233 class: label
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c101 /** This is 1 if this class is being used by the register allocator
105 /** This is the ID number assigned to this class by ra. */
108 /** List of writemasks that belong to this class */
387 "Could not find class for index=%u mask=%u\n",
568 /* If we haven't used this register class yet, mark it
581 struct rc_class class = rc_class_list[i]; local
582 if (!class.Used) {
587 for (j = 0; j < class.WritemaskCount; j++) {
589 class.Writemasks[j]);
590 ra_class_add_reg(regs, class
[all...]
/external/dnsmasq/src/
H A Drfc1035.c22 unsigned short class, char *format, ...);
345 ansp += 4; /* class and type */
359 ansp += 8; /* type, class, TTL */
398 /* CRC the class and type as well */
449 unsigned short rdlen, type, class; local
464 GETSHORT(class, ansp);
466 if (class == C_IN && type == T_TKEY)
491 GETSHORT(class, ansp);
506 class == C_ANY &&
1023 unsigned long ttl, unsigned int *offset, unsigned short type, unsigned short class, cha
1022 add_resource_record(HEADER *header, char *limit, int *truncp, unsigned int nameoffset, unsigned char **pp, unsigned long ttl, unsigned int *offset, unsigned short type, unsigned short class, char *format, ...) argument
[all...]
/external/libpcap/msdos/
H A Dpktdrvr.c221 "No interfaces of specified class found",
248 PUBLIC const char *PktGetClassName (WORD class) argument
250 switch (class)
396 reg.r_ax = 0x0200 + pktInfo.class;
544 if (pktInfo.class == PD_SLIP || pktInfo.class == PD_PPP)
722 pktInfo.class = reg.r_cx >> 8;
1233 pktInfo.class, PktGetClassName(pktInfo.class),
/external/libvorbis/lib/
H A Dfloor1.c861 int class=info->partitionclass[i]; local
862 int cdim=info->class_dim[class];
863 int csubbits=info->class_subs[class];
874 int booknum=info->class_subbook[class][k];
878 maxval[k]=sbooks[info->class_subbook[class][k]]->entries;
894 vorbis_book_encode(books+info->class_book[class],cval,opb);
901 vb->pcmend/2,posts-2,class);
911 int book=info->class_subbook[class][bookas[k]];
925 vb->pcmend/2,posts-2,class,bookas[k]);
985 int class local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c101 /** This is 1 if this class is being used by the register allocator
105 /** This is the ID number assigned to this class by ra. */
108 /** List of writemasks that belong to this class */
387 "Could not find class for index=%u mask=%u\n",
568 /* If we haven't used this register class yet, mark it
581 struct rc_class class = rc_class_list[i]; local
582 if (!class.Used) {
587 for (j = 0; j < class.WritemaskCount; j++) {
589 class.Writemasks[j]);
590 ra_class_add_reg(regs, class
[all...]
/external/qemu/hw/pci/
H A Dpci.c408 int class; local
411 class = d->config[0x0a] | (d->config[0x0b] << 8);
412 if (class == 0x0101 && r->size == 4) {
672 uint16_t class; member in struct:__anon29675
719 int i, class; local
730 class = pci_get_word(d->config + PCI_CLASS_DEVICE);
733 while (desc->desc && class != desc->class)
738 monitor_printf(mon, "Class %04x", class);
751 if (class
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c1231 u8 *class; local
1253 class = NULL;
1257 &class, &class_len,
1258 class) < 0) {
1268 os_memcpy(nclass[nclass_count].data, class, class_len);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c1231 u8 *class; local
1253 class = NULL;
1257 &class, &class_len,
1258 class) < 0) {
1268 os_memcpy(nclass[nclass_count].data, class, class_len);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c1231 u8 *class; local
1253 class = NULL;
1257 &class, &class_len,
1258 class) < 0) {
1268 os_memcpy(nclass[nclass_count].data, class, class_len);
/external/libsepol/src/
H A Dexpand.c491 class_datum_t *class, *new_class; local
495 class = (class_datum_t *) datum;
504 INFO(state->handle, "copying class %s", id);
518 new_class->s.value = class->s.value;
521 ret = class_copy_default_new_object(state, class, new_class);
545 (class->permissions.table, perm_copy_callback,
551 if (class->comkey) {
552 new_class->comkey = strdup(class->comkey);
577 class_datum_t *class, *new_class; local
581 class
[all...]
H A Dservices.c288 /* Returns a buffer with class, statement type and permissions */
339 /* Add class entry */
417 ERR(NULL, "failed to allocate class buffer");
815 * the permissions in a particular class.
836 ERR(NULL, "unrecognized class %d", tclass);
950 ERR(NULL, "unrecognized class %d", tclass);
1073 * Return a class ID associated with the class string specified by
1079 char *class = NULL; local
1083 class
[all...]
/external/qemu/qom/
H A Dobject.c62 ObjectClass *class; member in struct:TypeImpl
223 new_iface = (InterfaceClass *)iface_impl->class;
224 new_iface->concrete_class = ti->class;
226 ti->class->interfaces = g_slist_append(ti->class->interfaces,
227 iface_impl->class);
234 if (ti->class) {
241 ti->class = g_malloc0(ti->class_size);
250 memcpy(ti->class, parent->class, paren
488 object_class_dynamic_cast(ObjectClass *class, const char *typename) argument
536 object_class_dynamic_cast_assert(ObjectClass *class, const char *typename, const char *file, int line, const char *func) argument
613 object_class_get_parent(ObjectClass *class) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1552 'class': 'className',

Completed in 577 milliseconds

123