Searched refs:truncated (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_kcs_sm.c115 int truncated; member in struct:si_sm_data
133 kcs->truncated = 0;
201 /* Throw the data away and mark it truncated. */
203 kcs->truncated = 1;
296 kcs->truncated = 1;
307 if (kcs->truncated) {
308 /* Report a truncated error. We might overwrite
310 to know it was truncated. */
312 kcs->truncated = 0;
H A Dipmi_smic_sm.c117 int truncated; member in struct:si_sm_data
132 smic->truncated = 0;
184 smic->truncated = 1;
192 if (smic->truncated) {
194 smic->truncated = 0;
261 smic->truncated = 1;
H A Dipmi_bt_sm.c94 int truncated; member in struct:si_sm_data
242 bt->truncated = 0;
265 if (length < msg_len || bt->truncated) {
350 bt->truncated = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_print.c136 size_t *maxlen, size_t *retlen, int *truncated,
174 int *truncated,
424 *truncated = (currlen > *maxlen - 1);
425 if (*truncated)
830 int truncated; local
832 _dopr(&buf, NULL, &n, &retlen, &truncated, format, args);
834 if (truncated)
169 _dopr( char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Db_print.c136 size_t *maxlen, size_t *retlen, int *truncated,
174 int *truncated,
424 *truncated = (currlen > *maxlen - 1);
425 if (*truncated)
828 int truncated; local
830 _dopr(&buf, NULL, &n, &retlen, &truncated, format, args);
832 if (truncated)
169 _dopr( char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcabac.h183 * put (truncated) unary binarization.
185 static void put_cabac_u(CABACContext *c, uint8_t * state, int v, int max, int max_index, int truncated){ argument
195 if(truncated==0 || v<max)
202 if(truncated==0 || v<max)
211 if(truncated==0 || v<max)
702 * Get (truncated) unary binarization.
704 static int get_cabac_u(CABACContext *c, uint8_t * state, int max, int max_index, int truncated){
714 return truncated ? max : -1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Deap.c2202 goto truncated;
2219 goto truncated;
2228 goto truncated;
2242 goto truncated;
2249 goto truncated;
2350 goto truncated;
2367 goto truncated;
2416 truncated:
2417 printer(arg, " <truncated>");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c94 u_int32_t nelems, truncated; local
108 nelems = truncated = 0;
162 /* Save the number truncated so far, we will add what we get below. */
163 truncated = c_data->compact_pages_truncated;
245 * many pages we have truncated and release the in-memory free list.
269 truncated + last_pgno - meta->last_pgno;
1395 * hold a page pinned if it might be truncated.
1879 * can be truncated, so we're going to move it onto a free page
1880 * that is in the part of the file that need not be truncated.
1966 * Now, if we free this page, it will get truncated, whe
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dunifdef.c992 errx(2, "output may be truncated");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex225 remaining data to fulfill the desired read size. Vorbis uses truncated
H A D01-introduction.tex58 are designed that they may be truncated (or padded) and remain
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dmodule.c1609 goto truncated;
1619 goto truncated;
1956 truncated:
1957 printk(KERN_ERR "Module len %lu truncated\n", len);

Completed in 273 milliseconds