Searched refs:numbers (Results 1 - 25 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils-test.c250 int * numbers; local
252 numbers = tr_parseNumberRange( "1-10,13,16-19", -1, &count );
254 check_int_eq( 1, numbers[0] );
255 check_int_eq( 6, numbers[5] );
256 check_int_eq( 10, numbers[9] );
257 check_int_eq( 13, numbers[10] );
258 check_int_eq( 16, numbers[11] );
259 check_int_eq( 19, numbers[14] );
260 tr_free( numbers );
262 numbers
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpid.h64 struct upid numbers[1]; member in struct:pid
139 ns = pid->numbers[pid->level].ns;
158 nr = pid->numbers[0].nr;
H A Dinit_task.h53 .numbers = { { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dpid.c91 if (pid != NULL && pid->numbers[pid->level].nr == 1)
245 ns = pid->numbers[pid->level].ns;
268 hlist_del_rcu(&pid->numbers[i].pid_chain);
272 free_pidmap(pid->numbers + i);
295 pid->numbers[i].nr = nr;
296 pid->numbers[i].ns = tmp;
306 upid = pid->numbers + ns->level;
308 for ( ; upid >= pid->numbers; --upid)
318 free_pidmap(pid->numbers + i);
334 numbers[n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsgetem.S8 | numbers.
73 | For normalized numbers, leave the mantissa alone, simply load
89 | For denormalized numbers, shift the mantissa until the j-bit = 1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtconfig.tex17 \item Typed, i.e. strings or numbers for the moment. You can not store
28 (numbers and strings) organizing it in a tree where you use the
H A Dapptraits.tex95 The version numbers returned are thus detected at run-time and not compile-time
H A Ddataform.tex22 are, indeed, just numbers which can be implicitly converted to wxDataFormat.
H A Dmutex.tex30 // we store some numbers in this global array which is presumably used by
H A Dstackwalker.tex34 file and line numbers information, however function names should be available
H A Dbackwardcompat.tex25 wxWidgets version numbers can have up to four components, with trailing
172 and {\em even} minor version numbers. It won't, for example, help you write
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex52 representation used by the decoder for floating point numbers. For
131 rounding division of both positive and negative numbers toward zero.
H A DVorbis_I_spec.tex35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
H A D04-codec.tex139 \item For each \varname{[i]} of \varname{[vorbis_floor_count]} floor numbers:
164 \item For each of \varname{[vorbis_residue_count]} residue numbers:
188 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers:
210 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
228 \item for each submap \varname{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue numbers for use in decoding that submap:
250 \item For each of \varname{[vorbis_mode_count]} mode numbers:
H A D08-residue.tex48 decode that partition. The classification numbers of each partition
54 represents the classification numbers in that chunk. In the below
56 numbers.
205 Finally, we read in a list of book numbers, each corresponding to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdsatest.c141 static const char *numbers[8] = { variable
165 if (!BN_dec2bn(&tmp, numbers[fbytes_counter]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decdsatest.c141 static const char *numbers[8] = { variable
165 if (!BN_dec2bn(&tmp, numbers[fbytes_counter]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailDialog.cpp348 void ReplaceWord(wxString& str, const wxString& replaceFrom, const wxString& replaceTo, bool numbers = false)
356 (numbers && IsDigit(str.GetChar(i+l))))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decdsatest.c141 static const char *numbers[8] = { variable
166 if (!BN_dec2bn(&tmp, numbers[fbytes_counter])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decdsatest.c141 static const char *numbers[8] = { variable
166 if (!BN_dec2bn(&tmp, numbers[fbytes_counter])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl81 the numbers assigned through 'R' records in the config file
83 Default: keep previously assigned numbers. (You are warned
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkerr.pl81 the numbers assigned through 'R' records in the config file
83 Default: keep previously assigned numbers. (You are warned

Completed in 138 milliseconds

1234