Searched refs:sub (Results 51 - 75 of 103) sorted by relevance

12345

/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp499 BString sub; local
500 fSequence.CopyInto(sub, nextStart + 2, nextEnd-(nextStart + 2));
501 sub.ToLower();
503 if ((sub.FindFirst('-') >= 0) || ((sub.Length() > 0)
504 && ((sub.String()[0] < '0') || (sub.String()[0] > '9')))) {
506 const char* s = sub.String();
1122 CommandActuator* sub = CreateCommandActuator(argv[i]); local
1124 if (sub)
[all...]
/haiku-fatelf/headers/private/net/
H A Dnet_stack.h78 #define B_NET_FRAME_TYPE(super, sub) (((int32)(super) << 16) | (sub))
83 // sub types
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c137 void * sub(void * arg) function
191 ret_create = pthread_create(&ch, &ta, sub, arg);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxcofflink.c2494 bfd *sub;
2496 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
2500 for (o = sub->sections; o != NULL; o = o->next)
2507 if (sub->xvec != info->hash->creator
2849 bfd *sub;
2949 for (sub = info->input_bfds; sub !
2489 bfd *sub; local
2844 bfd *sub; local
3549 bfd *sub; local
[all...]
H A Dcoff-ppc.c2262 bfd *sub;
2442 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
2446 sub->output_has_begun = FALSE;
2447 sz = obj_raw_syment_count (sub);
2503 sub = p->u.indirect.section->owner;
2505 if (! sub->output_has_begun && !ppc_do_last(sub))
2251 bfd *sub; local
[all...]
H A Dlinker.c1919 struct bfd_link_hash_entry *sub;
1922 sub = ((struct bfd_link_hash_entry *)
1925 if (sub == NULL)
1927 *sub = *h;
1928 sub->type = bfd_link_hash_warning;
1929 sub->u.i.link = h;
1931 sub->u.i.warning = string;
1941 sub->u.i.warning = w;
1946 (struct bfd_hash_entry *) sub);
1948 *hashp = sub;
1914 struct bfd_link_hash_entry *sub; local
1958 bfd *sub; local
[all...]
H A Dpdp11.c3409 register bfd *sub;
3443 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
3449 if (bfd_get_flavour (sub) == bfd_target_aout_flavour)
3451 trsize += exec_hdr (sub)->a_trsize;
3452 drsize += exec_hdr (sub)->a_drsize;
3463 sub->xvec->name, abfd->xvec->name);
3469 if (bfd_get_flavour (sub)
3400 register bfd *sub; variable
[all...]
H A Dcofflink.c643 bfd *sub;
837 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
841 sub->output_has_begun = FALSE;
842 sz = obj_raw_syment_count (sub);
897 sub = p->u.indirect.section->owner;
898 if (! bfd_coff_link_output_has_begun (sub, & finfo))
900 if (! _bfd_coff_link_input_bfd (&finfo, sub))
642 bfd *sub; local
[all...]
H A Daoutx.h3737 register bfd *sub;
3771 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
3777 if (bfd_get_flavour (sub) == bfd_target_aout_flavour)
3779 trsize += exec_hdr (sub)->a_trsize;
3780 drsize += exec_hdr (sub)->a_drsize;
3791 sub->xvec->name, abfd->xvec->name);
3797 if (bfd_get_flavour (sub)
[all...]
H A Delflink.c5016 bfd *sub;
5019 for (sub = info->input_bfds; sub != NULL;
5020 sub = sub->link_next)
5021 for (o = sub->sections; o != NULL; o = o->next)
5027 sub);
7343 bfd *sub;
7355 && (bfd_get_flavour ((sub = p->u.indirect.section->owner))
7357 && elf_elfheader (sub)
5006 bfd *sub; local
7333 bfd *sub; local
7410 register bfd *sub; local
8563 bfd *sub; local
8764 bfd *sub; local
[all...]
/haiku-fatelf/src/bin/bc/bc/
H A Dstorage.c369 int sub [NODE_DEPTH]; local
390 sub[0] = index & NODE_MASK;
395 sub[log] = ix & NODE_MASK;
423 ix1 = sub[log];
441 return &(temp->n_items.n_num[sub[0]]);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dhppa-dis.c1168 int sub = GET_FIELD (insn, 14, 16); local
1174 if (sub == 4)
1179 if ((sub & 3) == 3)
1181 if ((sub & 3) == 1)
1182 source = sub & 4 ? fcnv_ufixed_names : fcnv_fixed_names;
1183 if (sub & 2)
1184 dest = sub & 4 ? fcnv_ufixed_names : fcnv_fixed_names;
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_global.c501 assert(menu->sub);
502 mvderwin(menu->sub, menu->spc_rows * menu->toprow, 0);
513 copywin(menu->sub, win, 0, 0, 0, 0, maxy - 1, maxx - 1, 0);
H A Dmenu.h109 WINDOW *sub; /* Subwindow for menu display */ member in struct:tagMENU
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h104 #define subl sub.l
/haiku-fatelf/src/build/libbe/storage/mime/
H A Ddatabase_support.cpp92 const char *kSupportingAppsSubCountField = "be:sub";
181 std::string sub(typeLower, pos+1);
185 err = parent.CreateFile(sub.c_str(), NULL);
/haiku-fatelf/src/kits/storage/mime/
H A Ddatabase_support.cpp84 const char *kSupportingAppsSubCountField = "be:sub";
204 std::string sub(typeLower, pos+1);
208 err = parent.CreateFile(sub.c_str(), NULL);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Ddict.c353 * @sub: an existing dictionnary
356 * dictionnary @sub. On lookup, strings are first searched in the
357 * new dictionnary, then in @sub, and if not found are created in the
363 xmlDictCreateSub(xmlDictPtr sub) { argument
366 if ((dict != NULL) && (sub != NULL)) {
367 dict->subdict = sub;
/haiku-fatelf/headers/libs/agg/
H A Dagg_math.h273 sub ecx, 9
277 sub edx, ecx
H A Dagg_blur.h156 sum.sub(sum_out);
162 sum_out.sub(*stack_pix);
178 sum_in.sub(*stack_pix);
231 template<class ArgT> AGG_INLINE void sub(const ArgT& v) function in struct:agg::stack_blur_calc_rgba
285 template<class ArgT> AGG_INLINE void sub(const ArgT& v) function in struct:agg::stack_blur_calc_rgb
332 template<class ArgT> AGG_INLINE void sub(const ArgT& a) function in struct:agg::stack_blur_calc_gray
/haiku-fatelf/src/apps/mail/
H A DHeader.cpp1123 BMenu *sub; local
1127 if ((sub = SubmenuAt(i)) != NULL) {
1128 superItem = sub->Superitem();
1130 groupMenu = sub;
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dmsp430.h71 MSP_INSN (sub, 1, 2, 0x8000, 0xf000),
/haiku-fatelf/src/libs/ncurses/include/
H A Dmenu.h109 WINDOW *sub; /* Subwindow for menu display */ member in struct:tagMENU
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Darch.S122 sub $4, %esp
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarfread.c1364 char *sub; local
1376 sub = dip->at_subscr_data;
1377 if (sub != NULL)
1380 blocksz = target_to_host (sub, nbytes, GET_UNSIGNED, current_objfile);
1381 subend = sub + nbytes + blocksz;
1382 sub += nbytes;
1383 type = decode_subscript_data_item (sub, subend);

Completed in 380 milliseconds

12345