Home
last modified time | relevance | path

Searched refs:gint (Results 1 – 16 of 16) sorted by relevance

/external/flac/src/plugin_xmms/
Dconfigure.h35 gint http_buffer_size;
36 gint http_prebuffer;
39 gint proxy_port;
53 gint preamp;
62gint noise_shaping; /* value must be one of NoiseShaping enum, c.f. plugin_common/replaygain_synth…
63 gint bps_out;
Dhttp.c60 static gint icy_metaint = 0;
65 static int udp_establish_listener (gint *sock);
66 static int udp_check_for_data(gint sock);
71 static gint sock, rd_index, wr_index, buffer_length, prebuffer_length;
85 static void base64_encode (const gchar *s, gchar *store, gint length) in base64_encode()
98 gint i; in base64_encode()
125 gint len1 = strlen (user) + 1 + strlen (passwd); in basic_authentication_encode()
126 gint len2 = BASE64_LENGTH (len1); in basic_authentication_encode()
202 static gint http_used(void) in http_used()
209 static gint http_free(void) in http_free()
[all …]
Dhttp.h23 extern int flac_http_read(gpointer data, gint length);
Dconfigure.c164 flac_cfg.stream.http_buffer_size = (gint) GTK_ADJUSTMENT(streaming_size_adj)->value; in flac_configurewin_ok()
165 flac_cfg.stream.http_prebuffer = (gint) GTK_ADJUSTMENT(streaming_pre_adj)->value; in flac_configurewin_ok()
/external/iperf3/src/
Dt_api.c49 int sint, gint; in main() local
61 gint = iperf_get_test_connect_timeout(test); in main()
62 assert(sint == gint); in main()
/external/clang/test/CodeGenObjCXX/
Dlvalue-reference-getter.mm4 static int gint;
6 int & at(int __n) { return gint; }
7 const int& at(int __n) const { return gint; }
/external/llvm-project/clang/test/CodeGenObjCXX/
Dlvalue-reference-getter.mm4 static int gint;
6 int & at(int __n) { return gint; }
7 const int& at(int __n) const { return gint; }
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dirtranslator-constantexpr.ll26 @gint = external addrspace(1) global i8, align 4
33 ; CHECK: [[GV:%[0-9]+]]:_(p1) = G_GLOBAL_VALUE @gint
42 …store i32 select (i1 icmp eq (i8 addrspace(1)* @gint, i8 addrspace(1)* null), i32 1, i32 0), i32 a…
51 ; CHECK: [[GV:%[0-9]+]]:_(p1) = G_GLOBAL_VALUE @gint
59 …store i32 select (i1 icmp eq (i8 addrspace(1)* @gint, i8 addrspace(1)* inttoptr (i64 1024 to i8 ad…
/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp201 gint eventDelete(GtkWidget *widget, GdkEvent */*event*/, gpointer /*data*/) in eventDelete()
209 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context) in eventConfigure()
223 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context) in eventExpose()
226 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose()
227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()
Dcgnomelayout.c193 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data) in eventDelete()
201 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context) in eventConfigure()
215 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context) in eventExpose()
218 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose()
219 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose()
/external/curl/docs/examples/
Dsmooth-gtk-thread.c48 gint num_urls = 9; /* Just make sure this is less than urls[]*/
205 gint pulse_ref = g_timeout_add(300, pulse_bar, progress_bar); in main()
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc92 gint* timeout_ms) { in WorkSourcePrepare()
Dmessage_pump_glib_unittest.cc116 static gboolean Prepare(GSource* source, gint* timeout_ms) { in Prepare()
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c79 gint linenum; in parse_pattern_files()
411 gint start, end; in master_read()
/external/autotest/client/deps/fakegudev/src/
Dfakegudev.c610 gint
/external/harfbuzz_ng/util/
Doptions.cc76 g_string_truncate (shapers, MAX (0, (gint)shapers->len - 1)); in shapers_to_string()