Searched refs:taken (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/tunala/
H A Dbuffer.c72 unsigned int taken = buf->used; local
73 if(taken > size)
74 taken = size;
75 if(taken == 0)
78 memcpy(ptr, buf->data, taken);
79 buf->used -= taken;
82 memmove(buf->data, buf->data + taken, buf->used);
83 return taken;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbuffer.c72 unsigned int taken = buf->used; local
73 if(taken > size)
74 taken = size;
75 if(taken == 0)
78 memcpy(ptr, buf->data, taken);
79 buf->used -= taken;
82 memmove(buf->data, buf->data + taken, buf->used);
83 return taken;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dproto.h216 unsigned char taken; member in struct:mcheck_info
221 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
H A Dcore_t2.c181 unsigned int value, cpu, taken; local
210 the "taken" function. */
213 if ((taken = mcheck_taken(cpu))) {
235 unsigned int cpu, taken; local
262 the "taken" function. */
265 if ((taken = mcheck_taken(cpu))) {
552 * Hence all the taken/expected/any_expected/last_taken stuff...
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-lshift.S136 bltl- %cr0,L(boom) # Never taken, only used to set LR.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S90 | swapped out before taking the exception, the exception taken on
92 | and unfl exception to be taken must not have been enabled. The
H A Dsetox.S77 | taken.
80 | 2.1 Set AdjFlag := 0 (indicates the branch 1.3 -> 2 was taken)
H A Dgen_except.S350 | the exc taken will be inex2.
H A Dres_func.S1432 .long mvout_end |should never be taken
1436 .long mvout_end |should never be taken
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfm.S153 @ this should help - NO taken out DAG - new interrupt handler has
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex45 However, a 'Vorbis I audio file' is taken to imply Vorbis audio
H A D02-bitpacking.tex94 bit binary pattern 'b111' can be taken to represent either 'seven' as
H A D06-floor0.tex97 condition, and care must be taken not to allow a buffer overflow in
H A D07-floor1.tex241 values taken from the bitstream. The second step plots the curve
H A D04-codec.tex379 \varname{[vorbis_mode_mapping]} (specified by the current mode) taken
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex112 have not yet taken steps to support this effort. The goal of \UCD\ is
117 is taken that 100\,\% compatibility exists with the data structures and
364 Device-specific actions should be taken such as spinning down the device.
408 action need be taken, and the return value should be 0.
421 action need be taken, and the return value should be 0.
731 set), no actions are taken and a value of 0 will be returned.
1008 taken over the torch in maintaining \cdromc\ and integrating much
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex77 the label is taken over by another flow.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S564 # here we check to see if a chk trap should be taken
916 # MODE and REG are taken from the EXC_OPWORD.
3289 # _real_lock_page() should have taken care of this.
3591 # _real_lock_page() should have taken care of this.
3900 # _real_lock_page() should have taken care of this.
4058 # _real_lock_page() should have taken care of this.
4204 # _real_lock_page() should have taken care of this already.
H A Dpfpsp.S2435 # see if the FPU is disabled. Since the "Unimp <ea>" exception is taken #
2943 # The FPU is disabled and so we should really have taken the "Line
3760 # exception is taken, the input operand in the fsave state frame may #
4575 # currently, MODE and REG are taken from the EXC_OPWORD. this could be
5709 # enable bit is set in the FPCR, then the trap is taken and the #
7980 # compute a result. Check if the regular operands would have taken #
8797 # compute a result. Check if the regular operands would have taken #
10382 # compute a result. Check if the regular operands would have taken #
10723 # compute a result. Check if the regular operands would have taken #
11957 # compute a result. Check if the regular operands would have taken #
[all...]
H A Dfpsp.S2436 # see if the FPU is disabled. Since the "Unimp <ea>" exception is taken #
2944 # The FPU is disabled and so we should really have taken the "Line
3761 # exception is taken, the input operand in the fsave state frame may #
3978 # may flag that a BSUN exception should be taken. If so, then the #
4009 # * SR * => SR at the time the exception was taken
6837 # 16380 log(2) and the branch to Step 9 is taken. #
6841 # was taken) #
11549 # compute a result. Check if the regular operands would have taken #
12366 # compute a result. Check if the regular operands would have taken #
13951 # compute a result. Check if the regular operands would have taken #
[all...]
H A Dfplsp.S6731 # 16380 log(2) and the branch to Step 9 is taken. #
6735 # was taken) #
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm983 situations this results in information loss, so care should be taken
1819 Similarly the NULL needs to be taken into account when you are considering
2273 Here are are few words taken from the Berkeley DB FAQ (at
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S1251 # S3 - The test algorithm was taken from the SuperProbe package
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/
H A Dalpha.s326 # What follows was taken directly from the C compiler with a few
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex340 % the headline as they should be, not taken literally (outputting ''code).
6887 % 1) NAME-title - the current sectioning name taken from \lastsection,

Completed in 404 milliseconds

12