/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 733 int64_t index = 0; in ReadNotifyEvent() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_send_response.c | 124 uint16_t index = 0; in AttErrorResponseAsync() local 230 uint16_t index = 0; in AttExchangeMTUResponseAsync() local 330 uint16_t index; in AttFindInformationResponsePacketDataAssign() local 364 uint16_t index = 0; AttFindInformationResponseAsync() local 442 uint16_t index; ATT_FindInformationResponse() local 485 uint16_t index = 0; AttFindByTypeValueResponseAsync() local 580 uint16_t index = 0; AttReadByTypeResponseFree() local 600 uint16_t index = 0; AttReadByTypeResponseAsync() local 691 uint16_t index = 0; ATT_ReadByTypeResponse() local 732 uint16_t index = 0; AttReadResponseAsync() local 832 uint16_t index = 0; AttReadBlobResponseAsync() local 933 uint16_t index = 0; AttReadMultipleResponseAsync() local 1030 uint16_t index; AttReadByGroupTypeResponseAsyncFree() local 1050 uint16_t index = 0; AttReadByGroupTypeResponseAsync() local 1142 uint16_t index = 0; ATT_ReadByGroupTypeResponse() local 1181 uint16_t index = 0; AttWriteResponseAsync() local 1264 uint16_t index = 0; AttPrepareWriteResponseAsync() local 1377 uint16_t index = 0; AttExecuteWriteResponseAsync() local 1458 uint16_t index = 0; AttHandleValueNotificationAsync() local 1562 uint16_t index = 0; AttHandleValueIndicationAsync() local [all...] |
H A D | att_common.c | 125 uint16_t index = 0; in AttTransactionTimeOutAsync() local 221 uint16_t index = 0; in AttGetConnectInfoIndexByAclHandle() local 249 uint16_t index = 0; AttGetConnectInfoIndexByCid() local 281 AttGetConnectInfoIndexByCidOutIndex(uint16_t cid, uint16_t *index, AttConnectInfo **connect) AttGetConnectInfoIndexByCidOutIndex() argument 312 AttGetConnectInfoIndexByConnectHandle(uint16_t connectHandle, uint16_t *index, AttConnectInfo **connect) AttGetConnectInfoIndexByConnectHandle() argument 663 uint16_t index = 0; AttGetConnectingIndexByCid() local 691 AttGetConnectingIndexByCidOutIndex(uint16_t cid, uint16_t *index, AttConnectingInfo **connecting) AttGetConnectingIndexByCidOutIndex() argument 728 uint16_t index = 0; AttGetConnectingIndexByConnectHandle() local 757 AttGetConnectingIndexByCidConnectHandle( uint16_t cid, uint16_t connectHandle, uint16_t *index, AttConnectingInfo **connecting) AttGetConnectingIndexByCidConnectHandle() argument 795 uint16_t index = 0; AttGetConnectingIndexByAddr() local 827 uint16_t index = 0; AttGetConnectingIndexByAddrUninitializedCid() local 862 uint16_t index = 0; AttGetConnectingIndexByAddrAclhandleCid() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 1753 uint16_t index = 0; in GetUuidfromSequenceLevelThree() local 1777 uint16_t index = 0; in GetUuidfromSequenceLevelTwo() local 1805 uint16_t index = 0; in GetUuidfromSequenceLevelOne() local 1833 uint16_t index in GetUuidfromSequence() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 691 uint16_t index; in SMP_ReverseMemoryOrder() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.cpp | 540 ClccResponse( int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) ClccResponse() argument
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_app.c | 248 size_t index; in SocketMsgGetLen() local 465 FILLP_UINT32 index = 0; SockSendmsgDataToBufCache() local 677 FILLP_UINT32 index = 0; SockRecvmsgDataFromBufCache() local [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | sockets.h | 91 FILLP_INT index; /* index of table */ member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 558 void SetVtransInfo(DFileSendFileCtx *ctx, DFileRebuildFileList *rFilelist, uint16_t index) in SetVtransInfo() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 761 size_t index = 0; in LocalIfaceDump() local [all...] |
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_helper.cpp | 69 auto index = tmpPath.find_first_of("/"); in GetBundleNameFromPath() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_base.cpp | 1104 uint32_t index = 0; in VertexAttribI4i() local 1130 uint32_t index = 0; in VertexAttribI4ui() local 1195 int32_t index = 0; in VertexAttribDivisor() local 1571 GLuint index = 0; GetTransformFeedbackVarying() local 1669 int64_t index = 0; GetIndexedParameter() local 1988 GLuint index = 0; VertexAttribI4iv() local 2006 GLuint index = 0; VertexAttribI4uiv() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list_helper.cpp | 151 auto index = cmdList.AddRecordCmd(recordCmd); in AddRecordCmdToCmdList() local 163 auto index = cmdList.AddImageObject(object); in AddImageObjectToCmdList() local 176 auto index = cmdList.AddImageBaseObj(object); in AddImageBaseObjToCmdList() local 881 std::shared_ptr<ExtendObject> CmdListHelper::GetExtendObjectFromCmdList(const CmdList& cmdList, uint32_t index) in GetExtendObjectFromCmdList() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videoenc.c | 80 const int index = scantable[j]; in get_block_rate() local 324 const int index = UNI_MPEG4_ENC_INDEX(0, run, level); in mpeg4_encode_block() local 340 const int index = UNI_MPEG4_ENC_INDEX(1, run, level); mpeg4_encode_block() local 382 const int index = UNI_MPEG4_ENC_INDEX(0, run, level); mpeg4_get_block_length() local 395 const int index = UNI_MPEG4_ENC_INDEX(1, run, level); mpeg4_get_block_length() local 1186 const int index = UNI_MPEG4_ENC_INDEX(last, run, slevel + 64); init_uni_mpeg4_rl_tab() local [all...] |
H A D | g723_1enc.c | 471 int index = PITCH_MIN; in estimate_pitch() local 683 acb_search(G723_1_ChannelContext *p, int16_t *residual, int16_t *impulse_resp, const int16_t *buf, int index) acb_search() argument 1011 fcb_search(G723_1_ChannelContext *p, int16_t *impulse_resp, int16_t *buf, int index) fcb_search() argument [all...] |
H A D | mlpdec.c | 202 thd_channel_layout_extract_channel(uint64_t channel_layout, int index) thd_channel_layout_extract_channel() argument
|
H A D | flashsv2enc.c | 85 uint8_t index[1 << 15]; member 490 unsigned int bgr, c15, index; in update_palette_index() local
|
H A D | ccaption_dec.c | 637 const int index = ( (hi<<1) & 0x0e) | ( (lo>>5) & 0x01 ); in handle_pac() local
|
H A D | dca_core.c | 156 unsigned int mask, index; in parse_coding_header() local 657 unsigned int index; parse_subframe_audio() local 1663 unsigned int index = code & 0xff; parse_aux_data() local [all...] |
H A D | dnxhdenc.c | 223 int index = level * (1 << 1) | run; in dnxhd_init_vlc() local
|
H A D | evrcdec.c | 331 static void interpolate_delay(float *dst, float current, float prev, int index) in interpolate_delay() argument 317 interpolate_lsp(float *ilsp, const float *lsp, const float *prev, int index) interpolate_lsp() argument [all...] |
H A D | h264_cabac.c | 1635 int index[64]; in decode_cabac_residual_internal() local 1888 const int index = 16*p + i4x4; in decode_cabac_luma_residual() local 1899 const int index in decode_cabac_luma_residual() local 1905 const int index = 16*p + 4*i8x8 + i4x4; decode_cabac_luma_residual() local 2178 const int index= 4*i + block_width*j; ff_h264_decode_mb_cabac() local 2456 const int index = 16 + 16 * c + 8*i8x8 + i; ff_h264_decode_mb_cabac() local 2479 const int index = 16 + 16 * c + i; ff_h264_decode_mb_cabac() local [all...] |
H A D | h264_cavlc.c | 646 const int index= i4x4 + 4*i8x8 + p*16; in decode_luma_residual() local 668 const int index= i4x4 + 4*i8x8 + p*16; in decode_luma_residual() local 678 const int index= i4x4 + 4*i8x8 + p*16; in decode_luma_residual() local 916 const int index= 4*i + block_width*j; ff_h264_decode_mb_cavlc() local 1159 const int index = 16 + 16*chroma_idx + 8*i8x8 + i4x4; ff_h264_decode_mb_cavlc() local [all...] |
H A D | atrac3.c | 533 static void get_channel_weights(int index, int flag, float ch[2]) in get_channel_weights() argument
|
H A D | mobiclip.c | 933 int index = (y & 0xC) | (x / 4 % 4); in get_prediction() local 1077 predict_motion(AVCodecContext *avctx, int width, int height, int index, int offsetm, int offsetx, int offsety) predict_motion() argument [all...] |