OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_short
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/netinet/
in_systm.h
53
typedef u_int16_t
n_short
; /* short as received from the net */
typedef
/device/linaro/bootloader/edk2/StdLib/Include/netinet/
in_systm.h
53
typedef u_int16_t
n_short
; /* short as received from the net */
typedef
/external/libxaac/decoder/
ixheaacd_basic_ops.c
365
if (ixheaacd_drc_offset->
n_short
> ixheaacd_drc_offset->lfac) {
369
for (i = ixheaacd_drc_offset->lfac; i < ixheaacd_drc_offset->
n_short
;
372
-src1[ixheaacd_drc_offset->
n_short
- i - 1], src2[i]);
390
if (ixheaacd_drc_offset->
n_short
> ixheaacd_drc_offset->lfac) {
391
for (i = ixheaacd_drc_offset->lfac; i < ixheaacd_drc_offset->
n_short
;
394
-src1[ixheaacd_drc_offset->
n_short
- i - 1], src2[i]) >>
417
WORD32 *win_rev = win_fwd + ixheaacd_drc_offset->
n_short
- 1;
420
for (i = 0; i < ixheaacd_drc_offset->
n_short
/ 2; i++) {
425
fp[ixheaacd_drc_offset->
n_short
- i - 1] = ixheaacd_add32_sat(
427
(ixheaacd_mult32_sh1(fp[ixheaacd_drc_offset->
n_short
- i - 1]
[
all
...]
ixheaacd_imdct.c
324
ixheaacd_acelp_imdct(p_in_ibuffer + (k * ixheaacd_drc_offset->
n_short
),
325
2 * ixheaacd_drc_offset->
n_short
, &shiftp,
334
err_code = ixheaacd_calc_window(&window_short, ixheaacd_drc_offset->
n_short
,
343
ixheaacd_windowing_short1(p_in_ibuffer + ixheaacd_drc_offset->
n_short
/ 2,
348
ixheaacd_windowing_short2(p_in_ibuffer + ixheaacd_drc_offset->
n_short
/ 2,
353
p_in_ibuffer, window_short + ixheaacd_drc_offset->
n_short
- 1,
354
fp + ixheaacd_drc_offset->
n_short
, ixheaacd_drc_offset->
n_short
, shiftp,
356
p_in_ibuffer += ixheaacd_drc_offset->
n_short
;
357
fp += ixheaacd_drc_offset->
n_short
;
[
all
...]
ixheaacd_windows.h
58
WORD32
n_short
;
member in struct:__anon30301
Completed in 59 milliseconds