Searched refs:choice (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbitrate.c83 int choice=rint(bm->avgfloat); local
84 long this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
119 while(choice>0 && this_bits>avg_target_bits &&
121 choice--;
122 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
125 while(choice+1<PACKETBLOBS && this_bits<avg_target_bits &&
127 choice++;
128 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
132 slew=rint(choice-bm->avgfloat)/samples*vi->rate;
135 choice
234 int choice=PACKETBLOBS/2; local
[all...]
H A Dbitrate.h39 int choice; member in struct:bitrate_manager_state
H A Dpsy.c396 int choice=(int)((amp+dBoffset-P_LEVEL_0)*.1f); local
397 choice=max(choice,0);
398 choice=min(choice,P_LEVELS-1);
399 posts=curves[choice];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int choice, argument
78 wmove(win, choice, 0);
89 mvwaddstr(win, choice, item_x, menu_item);
92 mvwaddch(win, choice, item_x + j, menu_item[j]);
95 wmove(win, choice, item_x + 1);
101 #define print_item(index, choice, selected) \
104 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \
186 int key = 0, button = 0, scroll = 0, choice = 0; local
231 /* Set choice to default item */
234 choice
[all...]
H A Dchecklist.c31 static void print_item(WINDOW * win, const char *item, int status, int choice, argument
38 wmove(win, choice, 0);
42 wmove(win, choice, check_x);
47 mvwaddch(win, choice, item_x, item[0]);
51 wmove(win, choice, check_x + 1);
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
79 if ((height < item_no) && (scroll + choice < item_no - 1)) {
116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
130 if ((!choice && status[i])
132 choice
[all...]
H A Ddialog.h159 int menu_height, const char *choice, int item_no,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dchecklist.c33 int choice, int selected)
39 wmove (win, choice, 0);
43 wmove (win, choice, check_x);
51 mvwaddch(win, choice, item_x, item[0]);
55 wmove (win, choice, check_x+1);
64 print_arrows (WINDOW * win, int choice, int item_no, int scroll, argument
85 if ((height < item_no) && (scroll + choice < item_no - 1)) {
126 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
142 if (!choice && status[i])
143 choice
32 print_item(WINDOW * win, const char *item, int status, int choice, int selected) argument
[all...]
H A Dmenubox.c67 print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey) argument
78 wmove (win, choice, 0);
89 mvwaddstr (win, choice, item_x, menu_item);
92 mvwaddch(win, choice, item_x+j, menu_item[j]);
95 wmove (win, choice, item_x+1);
171 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
228 * Set 'choice' to default item.
233 if (strcmp(current, items[i]->tag) == 0) choice = i;
240 if ( (fscanf(f,"%d\n",&scroll) == 1) && (scroll <= choice) &&
241 (scroll+max_choice > choice)
[all...]
H A Ddialog.h165 int menu_height, const char *choice, int item_no,
H A Dzconf.y177 /* choice entry */
179 choice: T_CHOICE label
185 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
188 choice_entry: choice T_EOL choice_option_list
206 printf("%s:%d: missing 'endchoice' for this 'choice' statement\n", current_menu->file->name, current_menu->lineno);
445 case T_CHOICE: return "choice";
510 fprintf(out, "choice\n");
570 fputs(" #choice value\n", out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) argument
37 wmove(win, choice, 0);
41 wmove(win, choice, check_x);
47 mvwaddch(win, choice, item_x, item_str()[0]);
51 wmove(win, choice, check_x + 1);
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
79 if ((height < item_no) && (scroll + choice < item_no - 1)) {
115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
121 choice = item_n();
123 choice
[all...]
H A Dmenubox.c102 #define print_item(index, choice, selected) \
105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
187 int key = 0, button = 0, scroll = 0, choice = 0; local
245 /* Set choice to default item */
248 choice = item_n();
251 if ((scroll <= choice) && (scroll + max_choice > choice) &&
254 choice = choice - scroll;
258 if ((choice >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_asid.c108 ASIdentifierChoice *choice,
114 if (choice == NULL)
117 switch (choice->type) {
122 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
123 ASIdOrRange *aor = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
202 ASIdentifierChoice **choice;
207 choice = &asid->asnum;
210 choice = &asid->rdi;
215 if (*choice == NULL) {
216 if ((*choice
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dcheckhelp.awk11 /^choice/ { is_choice = 1; }
18 help[pos] = 1; # do not warn about 'choice' config entries.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h27 } choice; member in struct:TransportAddress
50 } choice; member in struct:DataProtocolCapability
69 } choice; member in struct:DataApplicationCapability_application
91 } choice; member in struct:DataType
116 } choice; member in struct:UnicastAddress
127 } choice; member in struct:H245_TransportAddress
166 } choice; member in struct:OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters
191 } choice; member in struct:OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters
215 } choice; member in struct:NetworkAccessParameters_networkAddress
380 } choice; member in struct:FacilityReason
451 } choice; member in struct:H323_UU_PDU_h323_message_body
479 } choice; member in struct:RequestMessage
489 } choice; member in struct:OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters
528 } choice; member in struct:OpenLogicalChannelAck_forwardMultiplexAckParameters
577 } choice; member in struct:ResponseMessage
589 } choice; member in struct:MultimediaSystemControlMessage
921 } choice; member in struct:RasMessage
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.hash.c113 char kconf_id_strings_str41[sizeof("choice")];
146 "choice",
H A Dzconf.y218 /* choice entry */
220 choice: T_CHOICE T_EOL label
226 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
229 choice_entry: choice choice_option_list
484 case T_CHOICE: return "choice";
566 fprintf(out, "choice\n");
612 fputs(" #choice value\n", out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.hash.c98 char kconf_id_strings_str21[sizeof("choice")];
134 "choice",
H A Dzconf.y241 /* choice entry */
243 choice: T_CHOICE T_EOL label
249 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
252 choice_entry: choice choice_option_list
517 case T_CHOICE: return "choice";
599 fprintf(out, "choice\n");
645 fputs(" #choice value\n", out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dnegprot.c447 int choice= -1; local
546 choice = Index;
550 if(choice != -1)
554 SSVAL(outbuf,smb_vwv0,choice);
555 if(choice != -1) {
564 SSVAL(outbuf,smb_vwv0,choice);
566 DEBUG( 5, ( "negprot index=%d\n", choice ) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_h323_main.c227 if (taddr->choice != eH245_TransportAddress_unicastAddress)
230 switch (taddr->unicastAddress.choice) {
416 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice ==
433 choice ==
447 olc->forwardLogicalChannelParameters.dataType.choice ==
450 choice == eDataApplicationCapability_application_t120 &&
452 t120.choice == eDataProtocolCapability_separateLANStack &&
453 olc->separateStack.networkAddress.choice ==
481 choice ==
495 (olca->forwardMultiplexAckParameters.choice
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk25 # it (dhcpcd is a good choice to watch). You'll also want to add -L options to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c208 CLzmaProb choice; member in struct:__anon11574
747 p->choice = p->choice2 = kProbInitValue;
760 RangeEnc_EncodeBit(rc, &p->choice, 0);
765 RangeEnc_EncodeBit(rc, &p->choice, 1);
781 UInt32 a0 = GET_PRICE_0a(p->choice);
782 UInt32 a1 = GET_PRICE_1a(p->choice);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A Dconfig36 -d Add a debug- prefix to machine choice.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A Dconfig36 -d Add a debug- prefix to machine choice.

Completed in 175 milliseconds

12