Searched refs:increase (Results 1 - 25 of 41) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dtest014.tcl10 # TEST and number of times to increase the size by.
44 # increase: is the length of the str to be appended (after pad)
56 proc test014_body { method flagp chars increase {nentries 10000} args } {
61 if { [is_fixed_length $method] == 1 && $chars != $increase } {
63 $chars chars with string $increase times larger."
68 puts "Test014: Postpending string of len $increase with \
72 $increase times larger"
148 # increase is the actual number of new bytes
150 set data [repeat "P" $increase]
154 set len [expr $offset + $chars + $increase]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dtest014.tcl10 # TEST and number of times to increase the size by.
44 # increase: is the length of the str to be appended (after pad)
56 proc test014_body { method flagp chars increase {nentries 10000} args } {
61 if { [is_fixed_length $method] == 1 && $chars != $increase } {
63 $chars chars with string $increase times larger."
68 puts "Test014: Postpending string of len $increase with \
72 $increase times larger"
148 # increase is the actual number of new bytes
150 set data [repeat "P" $increase]
154 set len [expr $offset + $chars + $increase]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dtest014.tcl10 # TEST and number of times to increase the size by.
44 # increase: is the length of the str to be appended (after pad)
56 proc test014_body { method flagp chars increase {nentries 10000} args } {
61 if { [is_fixed_length $method] == 1 && $chars != $increase } {
63 $chars chars with string $increase times larger."
68 puts "Test014: Postpending string of len $increase with \
72 $increase times larger"
148 # increase is the actual number of new bytes
150 set data [repeat "P" $increase]
154 set len [expr $offset + $chars + $increase]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dhtml-parse.c182 #define POOL_GROW(p, increase) \
183 GROW_ARRAY ((p)->contents, (p)->size, (p)->tail + (increase), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dhtml-parse.c182 #define POOL_GROW(p, increase) \
183 GROW_ARRAY ((p)->contents, (p)->size, (p)->tail + (increase), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dhtml-parse.c182 #define POOL_GROW(p, increase) \
183 GROW_ARRAY ((p)->contents, (p)->size, (p)->tail + (increase), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath5k/
H A Ddma.c350 int ath5k_hw_update_tx_triglevel(struct ath5k_hw *ah, bool increase) argument
363 if (!increase) {
H A Dath5k.h802 * @AR5K_INT_TXURN: received when we should increase the TX trigger threshold
1175 int ath5k_hw_update_tx_triglevel(struct ath5k_hw *ah, bool increase);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddma.c350 int ath5k_hw_update_tx_triglevel(struct ath5k_hw *ah, bool increase) argument
363 if (!increase) {
H A Dath5k.h802 * @AR5K_INT_TXURN: received when we should increase the TX trigger threshold
1175 int ath5k_hw_update_tx_triglevel(struct ath5k_hw *ah, bool increase);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dsbitmap.h36 #error Need to increase size of datatype used for popcount
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dsbitmap.h36 #error Need to increase size of datatype used for popcount
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_page.c482 u_int32_t ksize, dsize, increase, distance; local
493 increase = ksize + dsize;
511 inp[indx+1] = HOFFSET(p) - increase;
559 memmove(offset - increase, offset, distance);
567 inp[i] -= increase;
570 inp[indx] = (HOFFSET(p) - increase) + distance + dsize;
571 inp[indx + 1] = (HOFFSET(p) - increase) + distance;
574 HOFFSET(p) -= increase;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_page.c482 u_int32_t ksize, dsize, increase, distance; local
493 increase = ksize + dsize;
511 inp[indx+1] = HOFFSET(p) - increase;
559 memmove(offset - increase, offset, distance);
567 inp[i] -= increase;
570 inp[indx] = (HOFFSET(p) - increase) + distance + dsize;
571 inp[indx + 1] = (HOFFSET(p) - increase) + distance;
574 HOFFSET(p) -= increase;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_page.c482 u_int32_t ksize, dsize, increase, distance; local
493 increase = ksize + dsize;
511 inp[indx+1] = HOFFSET(p) - increase;
559 memmove(offset - increase, offset, distance);
567 inp[i] -= increase;
570 inp[indx] = (HOFFSET(p) - increase) + distance + dsize;
571 inp[indx + 1] = (HOFFSET(p) - increase) + distance;
574 HOFFSET(p) -= increase;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxmlcatalog.c296 printf("\tdebug: increase the verbosity level\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxmlcatalog.c296 printf("\tdebug: increase the verbosity level\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxmlcatalog.c296 printf("\tdebug: increase the verbosity level\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/qam/
H A Dqam_files.c191 goto increase;
206 increase: array->n_extent += offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/smb2/
H A Drequest.c274 NTSTATUS smb2_grow_buffer(struct smb2_request_buffer *buf, size_t increase) argument
279 uint32_t newsize = buf->size + increase;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/qam/
H A Dqam_files.c191 goto increase;
206 increase: array->n_extent += offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/smb2/
H A Drequest.c274 NTSTATUS smb2_grow_buffer(struct smb2_request_buffer *buf, size_t increase) argument
279 uint32_t newsize = buf->size + increase;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/qam/
H A Dqam_files.c191 goto increase;
206 increase: array->n_extent += offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/smb2/
H A Drequest.c274 NTSTATUS smb2_grow_buffer(struct smb2_request_buffer *buf, size_t increase) argument
279 uint32_t newsize = buf->size + increase;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h118 |NEXT equ LV+192 ;need to increase LOCAL_SIZE

Completed in 196 milliseconds

12