Home
last modified time | relevance | path

Searched refs:convert_code (Results 1 – 25 of 105) sorted by relevance

12345

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_amqp1_0/src/
H A Drabbit_amqp1_0_channel.erl14 -export([convert_code/1, convert_error/1]).
40 protocol_error(convert_code(Code), Msg, [])
45 convert_code(?NO_ROUTE) -> ?V_1_0_AMQP_ERROR_PRECONDITION_FAILED; function
46 convert_code(?NO_CONSUMERS) -> ?V_1_0_AMQP_ERROR_PRECONDITION_FAILED; function
47 convert_code(?ACCESS_REFUSED) -> ?V_1_0_AMQP_ERROR_UNAUTHORIZED_ACCESS; function
48 convert_code(?NOT_FOUND) -> ?V_1_0_AMQP_ERROR_NOT_FOUND; function
49 convert_code(?RESOURCE_LOCKED) -> ?V_1_0_AMQP_ERROR_RESOURCE_LOCKED; function
50 convert_code(?PRECONDITION_FAILED) -> ?V_1_0_AMQP_ERROR_PRECONDITION_FAILED; function
52 convert_code(?INVALID_PATH) -> ?V_1_0_AMQP_ERROR_INVALID_FIELD; function
60 convert_code(?NOT_IMPLEMENTED) -> ?V_1_0_AMQP_ERROR_NOT_IMPLEMENTED; function
[all …]
/dports/games/openjk/OpenJK-07675e2/code/mp3code/
H A Dcupini.c181 int reduction_code, int transform_code, int convert_code,
249 int reduction_code, int transform_code, int convert_code,
252 int reduction_code, int transform_code, int convert_code,
258 int reduction_code, int transform_code, int convert_code, in audio_decode_init() argument
280 reduction_code, transform_code, convert_code, freq_limit); in audio_decode_init()
284 reduction_code, transform_code, convert_code, freq_limit); in audio_decode_init()
289 if (convert_code & 8) in audio_decode_init()
291 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */ in audio_decode_init()
345 k = 1 + convert_code; in audio_decode_init()
H A Dcupl1.c225 int reduction_code, int transform_code, int convert_code, in L1audio_decode_init() argument
245 if (convert_code & 8) in L1audio_decode_init()
247 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */ in L1audio_decode_init()
285 k = 1 + convert_code; in L1audio_decode_init()
H A Dmhead.h83 int reduction_code, int transform_code, int convert_code,
89 int reduction_code, int transform_code, int convert_code,
/dports/games/openjk/OpenJK-07675e2/codemp/mp3code/
H A Dcupini.c182 int reduction_code, int transform_code, int convert_code,
250 int reduction_code, int transform_code, int convert_code,
253 int reduction_code, int transform_code, int convert_code,
259 int reduction_code, int transform_code, int convert_code, in audio_decode_init() argument
281 reduction_code, transform_code, convert_code, freq_limit); in audio_decode_init()
285 reduction_code, transform_code, convert_code, freq_limit); in audio_decode_init()
290 if (convert_code & 8) in audio_decode_init()
292 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */ in audio_decode_init()
346 k = 1 + convert_code; in audio_decode_init()
H A Dcupl1.c225 int reduction_code, int transform_code, int convert_code, in L1audio_decode_init() argument
245 if (convert_code & 8) in L1audio_decode_init()
247 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */ in L1audio_decode_init()
285 k = 1 + convert_code; in L1audio_decode_init()
H A Dmhead.h83 int reduction_code, int transform_code, int convert_code,
89 int reduction_code, int transform_code, int convert_code,
/dports/audio/ximp3/ximp3-0.1.15/lib/
H A Dtowave.c197 int convert_code,
211 int convert_code; in main() local
226 convert_code = 0; in main()
250 convert_code = atoi(argv[i] + 2); in main()
276 reduction_code, convert_code, decode8_flag, in main()
330 int reduction_code, int convert_code, int decode8_flag, in ff_decode() argument
506 reduction_code, 0, convert_code, freq_limit)) in ff_decode()
H A Dcupini.c190 int reduction_code, int transform_code, int convert_code,
310 int reduction_code, int transform_code, int convert_code,
313 int reduction_code, int transform_code, int convert_code,
319 int reduction_code, int transform_code, int convert_code,
340 reduction_code, transform_code, convert_code, freq_limit);
344 reduction_code, transform_code, convert_code, freq_limit);
350 if (convert_code & 8)
352 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */
406 k = 1 + convert_code;
H A Ddec8.c270 int reduction_code, int transform_code, int convert_code, in audio_decode8_init() argument
287 output_code = convert_code >> 2; in audio_decode8_init()
293 convert_code = convert_code & 3; in audio_decode8_init()
294 if (convert_code <= 0) in audio_decode8_init()
295 convert_code = 1; /* always cvt to mono */ in audio_decode8_init()
322 reduction_code, transform_code, convert_code, in audio_decode8_init()
H A Diupini.c268 int reduction_code, int transform_code, int convert_code,
275 int reduction_code, int transform_code, int convert_code, in i_audio_decode_init() argument
293 reduction_code, transform_code, convert_code, freq_limit); in i_audio_decode_init()
302 if (convert_code & 8) in i_audio_decode_init()
304 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */ in i_audio_decode_init()
350 k = 1 + convert_code; in i_audio_decode_init()
H A DcupL1.c224 int reduction_code, int transform_code, int convert_code, in L1audio_decode_init() argument
244 if (convert_code & 8) in L1audio_decode_init()
246 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */ in L1audio_decode_init()
284 k = 1 + convert_code; in L1audio_decode_init()
H A DiupL1.c219 int reduction_code, int transform_code, int convert_code, in i_audio_decode_initL1() argument
250 if (convert_code & 8) in i_audio_decode_initL1()
252 convert_code = convert_code & 3; /* higher bits used by dec8 freq cvt */ in i_audio_decode_initL1()
291 k = 1 + convert_code; in i_audio_decode_initL1()
H A Dmhead.h289 int reduction_code, int transform_code, int convert_code,
296 int reduction_code, int transform_code, int convert_code,
304 int reduction_code, int transform_code, int convert_code,
/dports/irc/quirc/quirc-0.9.84/data/
H A Dinfo.tcl123 set convert_code(C_to_K) {expr $value+273.15}
124 set convert_code(K_to_C) {expr $value-273.15}
125 set convert_code(F_to_C) {expr 5/9.0*($value-32)}
126 set convert_code(C_to_F) {expr $value*9/5.0+32}
127 set convert_code(ROT13_to_TEXT) {rot13 $value}
128 set convert_code(TEXT_to_ROT13) {rot13 $value}
129 set convert_code(CHAR_to_CODE) {from_char $value}
130 set convert_code(CODE_to_CHAR) {to_char $value}
131 set convert_code(F_to_R) {expr $value+459.67}
132 set convert_code(R_to_F) {expr $value-459.67}
[all …]
/dports/net/liblinphone/linphone-3.12.0/tools/python/apixml2python/
H A Dlinphone.py110 self.convert_code = None
135 self.convert_code = "{result_name}{result_suffix} = {cast}PyInt_AsLong({arg_name});\n"
176 self.convert_code = \
191 self.convert_code = \
200 self.convert_code = \
210 self.convert_code = \
317 elif argument_type.fmt_str == 'O' and argument_type.convert_code is not None:
351 if argument_type.fmt_str == 'O' and argument_type.convert_code is not None:
405 elif argument_type.fmt_str == 'O' and argument_type.convert_code is not None:
805 if (self.first_argument_type.convert_code is None) or \
[all …]
/dports/math/py-cypari2/cypari2-2.1.2/autogen/
H A Dargs.py132 def convert_code(self): member in PariArgument
206 def convert_code(self): member in PariArgumentGEN
252 def convert_code(self): member in PariArgumentString
274 def convert_code(self): member in PariArgumentVariable
348 def convert_code(self): member in PariArgumentGENPointer
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/WiiRemote/
H A DWiiUse_WiiRemote.cpp33 if (IS_PRESSED(wm,convert_code(i))) in get_keys()
35 if (IS_RELEASED(wm,convert_code(i))) in get_keys()
37 if (IS_HELD(wm,convert_code(i))) in get_keys()
152 unsigned short convert_code(unsigned short client_code) in convert_code() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/assert_cmd-1.0.1/src/
H A Dassert.rs966 fn convert_code<I, P>(pred: I) -> P in convert_code() function
976 let pred = convert_code(predicate::eq(10)); in into_code_from_pred()
982 let pred = convert_code(10); in into_code_from_i32()
988 let pred = convert_code(vec![3, 10]); in into_code_from_vec()
994 let pred = convert_code(&[3, 10] as &[i32]); in into_code_from_array()
/dports/textproc/sd/sd-0.7.6/cargo-crates/assert_cmd-1.0.1/src/
H A Dassert.rs966 fn convert_code<I, P>(pred: I) -> P in convert_code() function
976 let pred = convert_code(predicate::eq(10)); in into_code_from_pred()
982 let pred = convert_code(10); in into_code_from_i32()
988 let pred = convert_code(vec![3, 10]); in into_code_from_vec()
994 let pred = convert_code(&[3, 10] as &[i32]); in into_code_from_array()
/dports/net/proby/proby-1.0.2/cargo-crates/assert_cmd-1.0.1/src/
H A Dassert.rs966 fn convert_code<I, P>(pred: I) -> P in convert_code() function
976 let pred = convert_code(predicate::eq(10)); in into_code_from_pred()
982 let pred = convert_code(10); in into_code_from_i32()
988 let pred = convert_code(vec![3, 10]); in into_code_from_vec()
994 let pred = convert_code(&[3, 10] as &[i32]); in into_code_from_array()
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/assert_cmd-1.0.1/src/
H A Dassert.rs966 fn convert_code<I, P>(pred: I) -> P in convert_code() function
976 let pred = convert_code(predicate::eq(10)); in into_code_from_pred()
982 let pred = convert_code(10); in into_code_from_i32()
988 let pred = convert_code(vec![3, 10]); in into_code_from_vec()
994 let pred = convert_code(&[3, 10] as &[i32]); in into_code_from_array()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/assert_cmd-0.12.2/src/
H A Dassert.rs992 fn convert_code<I, P>(pred: I) -> P in convert_code() function
1002 let pred = convert_code(predicate::eq(10)); in into_code_from_pred()
1008 let pred = convert_code(10); in into_code_from_i32()
1014 let pred = convert_code(vec![3, 10]); in into_code_from_vec()
1020 let pred = convert_code(&[3, 10] as &[i32]); in into_code_from_array()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/assert_cmd-1.0.1/src/
H A Dassert.rs966 fn convert_code<I, P>(pred: I) -> P in convert_code() function
976 let pred = convert_code(predicate::eq(10)); in into_code_from_pred()
982 let pred = convert_code(10); in into_code_from_i32()
988 let pred = convert_code(vec![3, 10]); in into_code_from_vec()
994 let pred = convert_code(&[3, 10] as &[i32]); in into_code_from_array()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/assert_cmd-1.0.2/src/
H A Dassert.rs975 fn convert_code<I, P>(pred: I) -> P in convert_code() function
985 let pred = convert_code(predicate::eq(10)); in into_code_from_pred()
991 let pred = convert_code(10); in into_code_from_i32()
997 let pred = convert_code(vec![3, 10]); in into_code_from_vec()
1003 let pred = convert_code(&[3, 10] as &[i32]); in into_code_from_array()

12345